Location of Gacutil with vs 2008

筅森魡賤 提交于 2019-12-19 14:49:47

问题


I want to run a post build script that installs the dll in the gac, but i have to use the full path to gacutil.exe, where can i find this? i have visual studio 2008


回答1:


The answer is C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe




回答2:


Open the Visual Studio command prompt (Start -> Programs -> Visual Studio -> Visual Studio Tools -> Visual Studio Command Prompt). Run the following command:

c:\Program Files...\> where gacutil



回答3:


You can copy gacutil to server from your dev PC:

C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\
  gacutil.exe
  gacutil.exe.config
  1033\gacutlrc.dll


来源:https://stackoverflow.com/questions/885261/location-of-gacutil-with-vs-2008

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