CIL Compiler Error (CILC2007): Amount of fields exceeds the limit of 130K
The CIL compiler detected that the number of variables within a class exceeds the maximum number of 131071 variables per class.
Remedy: Reduce the number of variables in the affected class.