Hi
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...
I've built an assembly using Reflection.Emit. Running PEVerify returns 214 warnings of the same type:
[MD]: Warning: Parameter out of sequence (parameter: 1; seq.num: 1). [token:0x06000171]
Unfortunately there isn't much documentation around these sort of issues.
I'm guessing because it's a metadata warning it's something to do with ...
I ran into an InvalidProgramException. This article:
http://support.microsoft.com/kb/312544/en-us
Suggests I run PEVerify.exe, but I can't seem to find it. Do you know where I can get it from?
Thanks.
...
When I run the peverify utility against my .NET exe, I get a few errors (classes, methods renamed):
[IL]: Error: [myapp.exe : namespace.class::method1][offset 0x00000027]
Instruction cannot be verified.
[IL]: Error: [myapp.exe : namespace.class::method2][offset 0x00000027]
Instruction cannot be verified.
[IL]: Error: [myapp.exe : name...