vote up 2 vote down star

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

flag

3 Answers

vote up 4 vote down

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

link|flag
If you're looking for this out on a Server, you'll need to install the SDK. Links can be found here: blogs.msdn.com/shawnfa/archive/… – Michael K Campbell Aug 25 at 0:00
vote up 1 vote down

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
link|flag
vote up -2 vote down

So you'd rather ask here instead of first do a file search on your local pc? Jeez. C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0\Bin

link|flag
1  
If you would think before you answer as much as i tried before i asked you would not have answered so. My question is specifically for Visual Studio 2008 not visual studio 8 – Shrage Smilowitz May 19 at 22:12
Now can you please move up the vote number? – Shrage Smilowitz May 19 at 22:13
Have you really searched your harddrive? On my hdd some other locations are: C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin C:\Program Files\Microsoft SDKs\Windows\v6.1A\bin C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64 C:\Program Files\Microsoft.NET\SDK\v2.0 64bit\Bin etc. If you have searched your hdd and it's not there, somethings wrong with your installation – Ben Schwehn May 19 at 22:24
1  
My hard drive has 113 GB of data, and seeing how slow it takes my anti virus to go through all those files, i figured i should rather ask here, isn't this site made for busy developers that don't have much extra time on their hands? – Shrage Smilowitz May 19 at 22:28
I would have voted your answer as the correct one, but my reputation is not hight enough ;-) – Shrage Smilowitz May 19 at 22:30
show 2 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.