Where can I download PEVerify.exe tool?

荒凉一梦 提交于 2019-12-06 22:05:43

问题


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.


回答1:


If you installed Visual Studio. Just open a Visual Studio 2008 Command Prompt (Startmenu - Programs - Visual Studio - Visual Studio Tools - Command Prompt) and enter PEVerify.exe

The path on your PC should be: C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\PEVerify.exe




回答2:


It's part of the .NET Framework SDK.

SDK for 1.1 (x86)

SDK for 2.0 (x86)

SDK for 3.0 (ISO)

SDK for 3.5 (ISO)




回答3:


C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin




回答4:


PEVerify.exe Tool is part of the .NET Framework Tools. You can download the 2.0 SDK here (354 MB): http://www.microsoft.com/downloads/details.aspx?FamilyID=fe6f2099-b7b4-4f47-a244-c96d69c35dec

Edit1: Or like Oliver said - go to your Visual Studio command prompt.



来源:https://stackoverflow.com/questions/1915182/where-can-i-download-peverify-exe-tool

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!