Windows error 0x8013124C, -2146233780

Detailed Error Information

VLDTR_E_MD_DUP[1]

Message"Method has a duplicate."
Comment Method has dup.

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 Code4684 (0x124c)

Questions

0votes
2answers

PEVerify MD Error: 0x8013124C

I get this 'error' when running PEVerify on a custom generated assembly. [MD](0x8013124C): Error: Method has a duplicate, token=0x06000023. [token:0x06000021] [MD](0x8013124C): Error: Method has a duplicate, token=0x06000021. [token:0x06000023] Besides this (and 196 others of the exact same error), there are no issues with the metadata and IL. And it works [...] read more
.net
peverify

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