Location of Gacutil with vs 2008 - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T11:30:34Z http://stackoverflow.com/feeds/question/885261 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/885261/location-of-gacutil-with-vs-2008 2 Location of Gacutil with vs 2008 Shrage Smilowitz 2009-05-19T22:01:38Z 2009-05-19T23:42:19Z <p>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</p> http://stackoverflow.com/questions/885261/location-of-gacutil-with-vs-2008/885269#885269 -2 Answer by Ben Schwehn for Location of Gacutil with vs 2008 Ben Schwehn 2009-05-19T22:04:10Z 2009-05-19T22:04:10Z <p>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</p> http://stackoverflow.com/questions/885261/location-of-gacutil-with-vs-2008/885317#885317 4 Answer by Shrage Smilowitz for Location of Gacutil with vs 2008 Shrage Smilowitz 2009-05-19T22:20:23Z 2009-05-19T22:20:23Z <p>The answer is C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe</p> http://stackoverflow.com/questions/885261/location-of-gacutil-with-vs-2008/885581#885581 1 Answer by Kev for Location of Gacutil with vs 2008 Kev 2009-05-19T23:42:19Z 2009-05-19T23:42:19Z <p>Open the Visual Studio command prompt (Start -> Programs -> Visual Studio -> Visual Studio Tools -> Visual Studio Command Prompt). Run the following command:</p> <pre><code>c:\Program Files...\&gt; where gacutil </code></pre>