问题描述
我使用Windows 7企业版32位。我已经使用Windows命令行,并且还使用VSTS 2008命令行,但在执行的Gacutil.exe时,有命令没有发现错误。
I am using Windows 7 Enterprise 32 bit. I have used Windows command line, and also used VSTS 2008 command line, but when executing gacutil.exe, there is command not found error.
我不知道我是否需要从什么地方安装的Gacutil.exe或的Gacutil.exe位于其他地方在我的电脑(我搜索我的电脑,却发现所谓的Gacutil.exe几个文件,我不知道哪一个应使用)?
I am wondering whether I need to install gacutil.exe from somewhere or gacutil.exe is located in somewhere else in my computer (I searched my computer, but find several files called gacutil.exe, I do not know which one should be used)?
BTW:我使用的.Net 3.5
BTW: I am using .Net 3.5.
推荐答案
GACUTIL附带了Visual Studio中,不与VSTS。它是Windows SDK的一部分,并且可以单独下载的<一个href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F26B1AA4-741A-433A-9BE5-FA919850BDBF&displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=F26B1AA4-741A-433A-9BE5-FA919850BDBF&displaylang=en 。此安装将有的Gacutil.exe
在内。但是,首先检查在这里
gacutil comes with Visual Studio, not with VSTS. It is part of Windows SDK and can be download separately at http://www.microsoft.com/downloads/details.aspx?FamilyId=F26B1AA4-741A-433A-9BE5-FA919850BDBF&displaylang=en . This installation will have gacutil.exe
included. But first check it here
C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin
您可能已经安装了它。
这篇关于哪里的Gacutil.exe?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!