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
Asked
Active
Viewed 1.3k times
3 Answers
18
The answer is C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe

Shrage Smilowitz
- 24,494
- 2
- 28
- 32
-
4If you're looking for this out on a Server, you'll need to install the SDK. Links can be found here: http://blogs.msdn.com/shawnfa/archive/2006/02/08/527663.aspx – Michael K. Campbell Aug 25 '09 at 00:00
7
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

Kev
- 118,037
- 53
- 300
- 385
0
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

Der_Meister
- 4,771
- 2
- 46
- 53