CIL Compiler Error (CILC2003): The fieldnames associated to the class/struct exceeds the limit
The CIL compiler detected that the total number of characters in all variable names of one class or structure exceeds the limit of approx. 100 kbytes. This means that one class/struct with 1000 variables may claim 100 characters per variables on average.
Remedy: Shorten the variables names.