dotnet/runtime

[ILVerify] BadImageFormatGeneric when verifying a .netmodule

Open

#37 396 ouverte le 15 janv. 2019

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)C# (5 445 forks)batch import
Priority:3area-Tools-ILVerificationhelp wanted

Métriques du dépôt

Stars
 (17 886 stars)
Métriques de merge PR
 (Merge moyen 12j 11h) (661 PRs mergées en 30 j)

Description

Calling ILVerify.exe for a .netmodule results in a BadImageFormatGeneric error. e.g.

ILVerify.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.EnterpriseServices.Wrapper.dll" -r "C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll"

results in:

Error: [TEMPORARY EXCEPTION MESSAGE] BadImageFormatGeneric:

Guide contributeur