Here are the locations C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Bin C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin C:\WINNT\Microsoft.NET\Framework\v1.0.3705 Thanks
Run 'gacutil /l' and check out the version string at the top to verify the version of .NET each gacutil is running against. Since you have VS.NET 2003 installed, the version in that directory could be running against .NET 1.1. If you are developing on that
platform, you should use that.
I'm by no means an expert; this is just a guess. But perhaps you installed the 1.0 SDK before installing VS.NET, which lead to two copies of gacutil. The upgrade to 2003/.NET 1.1 did not include a separate SDK install, so it put everything in VS.NET's bin directory.
If you need gacutil in the Framework directory, you could probably just copy gacutil.exe and gacutil.exe.config over to C:\WINNT\Microsoft.NET\Framework\v1.1.4322.
hanumanula
Member
80 Points
16 Posts
Location of GACUTIL.EXE
Nov 03, 2003 03:45 PM|LINK
russnem
Contributor
7001 Points
1389 Posts
ASPInsiders
MVP
Re: Location of GACUTIL.EXE
Nov 03, 2003 03:46 PM|LINK
hanumanula
Member
80 Points
16 Posts
Re: Location of GACUTIL.EXE
Nov 03, 2003 03:55 PM|LINK
harrycaul
Member
325 Points
65 Posts
Re: Location of GACUTIL.EXE
Nov 03, 2003 04:57 PM|LINK
hanumanula
Member
80 Points
16 Posts
Re: Location of GACUTIL.EXE
Nov 03, 2003 06:20 PM|LINK
harrycaul
Member
325 Points
65 Posts
Re: Location of GACUTIL.EXE
Nov 04, 2003 01:17 AM|LINK