dotnet/runtime

[ILVerify] BadImageFormatGeneric when verifying a .netmodule

开放

#37,396 创建于 2019年1月15日

 (3 条评论) (0 个反应) (0 位负责人)C# (5,445 个派生)batch import
Priority:3area-Tools-ILVerificationhelp wanted

仓库指标

星标
 (17,886 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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:

贡献者指南