I am trying to make a compiler to CIL (Microsoft IL). After the IL file is written, I generate the corresponding .exe file, using ilasm (CIL Assembler). After I tried to add generics, I get the following error when trying to run the executable: Unhandled Exception: System.IO.FileLoadException: Could not load [...] read more