Windows error 0x80131247, -2146233785

Detailed Error Information

VLDTR_E_SIG_BADELTYPE[1]

Message"Signature has bad element type."
Comment Signature has bad element type.

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code4679 (0x1247)

Questions

0votes
1answer

Could not load file or assembly. Signature has bad element type (HRESULT: 0x80131247)

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
assemblies
cil

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0