Hello,
I have a reference a DLL in the AOT and use this in my class. Whenever I compile the said class, it works fine but when I generate full CIL Generation, it throws the following error:
Cannot create a record in Compiler information (TmpCompilerOutput). Path: \Classes\[class1]\[method1], Error: .NET Cast Type Name not found. Type System.String found on the stack. This code in Class/Table: class2, Method: method2.
The record already exists.
is there any solution then help.