Hello,
If they're not the same, I'd rather used the one in your Framework/... location (the 1st one) - that's where it's supposed to be :)
Cheers,
Yurich
Main Topics
Browse All TopicsWhere is gacutil.exe when you install VS 2008? I don't see it in the usual location in SDK\bin folder of program files.
-Joseph
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi brokeMyLegBiking;
I can not tell you where they put it but to use the on that comes with Visual Studio 2008 click on the Start -> Programs -> Microsoft Visual Studio 2008 -> Visual Studio Tools and select Visual Studio 2008 Command Prompt. In the command prompt wind type gacutil with the correct arguments. As you can see gacutil runs and is the correct version for .Net framwok 3.5 as shown below. You can also get to this command prompt by opening a standard command prompt window and typing, "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86 , you need to include the quotation marks around the path and file name then a space followed by x86.
C:\Program Files\Microsoft Visual Studio 9.0\VC>gacutil
Microsoft (R) .NET Global Assembly Cache Utility. Version 3.5.21022.8
Copyright (c) Microsoft Corporation. All rights reserved.
Fernando
if you can run it from the studio 2008 command prompt, that means it's somewhere in the path (or in the current directory). a little bit of searching shows that it's in %ProgramFiles%\Microsoft SDKs\Windows\v6.0A\Bin
for some reason on my machine it's in the path with an extra backslash: C:\Program Files\\Micrsoft...
Business Accounts
Answer for Membership
by: twelvetwentyPosted on 2008-01-16 at 11:23:33ID: 20675098
I found it in 2 locations:
ramework\v 1.1.4322
[1] c:\WINDOWS\Microsoft.NET\F
[2] c:\Program Files\Microsoft SDKs\Windows\v6.0A\bin
I hope that helps.