Question

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

Was it helpful?

Solution

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

OTHER TIPS

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

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top