Location of Gacutil with vs 2008 - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T11:30:34Zhttp://stackoverflow.com/feeds/question/885261http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/885261/location-of-gacutil-with-vs-20082Location of Gacutil with vs 2008Shrage Smilowitz2009-05-19T22:01:38Z2009-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-2Answer by Ben Schwehn for Location of Gacutil with vs 2008Ben Schwehn2009-05-19T22:04:10Z2009-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#8853174Answer by Shrage Smilowitz for Location of Gacutil with vs 2008Shrage Smilowitz2009-05-19T22:20:23Z2009-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#8855811Answer by Kev for Location of Gacutil with vs 2008Kev2009-05-19T23:42:19Z2009-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...\> where gacutil
</code></pre>