Groups | Blog | Home
all groups > dotnet general > may 2006 >

dotnet general : Gacutil not available.


GhanaShyam
5/3/2006 9:43:01 PM
Hi,
I have installed VS2005 and now I am seeing that Gacutil tool is not
available in the specified folder. But the file gacutil.exe is present in the
\%windir%\Microsoft.NEt\Framework\v1.1.4322 and whenever I try running
gacutil, it pops up an error saying the specified file cannot be found.
GhanaShyam
5/3/2006 10:51:02 PM
Josip Medved
5/4/2006 12:00:00 AM
[quoted text, click to view]


Add its folder to PATH environment variable.

My Computer -> Properties -> Advanced -> Environment Variables

Find PATH and append to it ";%windir%\Microsoft.NEt\Framework\v1.1.4322" -
without quotes.

--
Pozdrav,
Josip Medved
http://www.jmedved.com

G Himangi
5/4/2006 4:57:58 PM
Gacuitl.exe is no longer distributed with the .Net 2.0 framework -it is only
available as part of the .Net SDK which you can find somewhere in your
VS2005 install directory. If you are putting .Net 2.0 assemblies in the GAC,
you should use the GacUtil found in the .Net 2.0 SDK instead of the
v1.1.4322 GAcUtil.

G Himangi, Sky Software
http://www.ssware.com
*Shell MegaPack for ActiveX & .Net : Advanced Controls for Drop-In Windows
Explorer GUI for your App.
*EZNamespaceExtensions.Net : Rapid Development of Shell Namespace Extensions
in .Net
*EZShellExtensions.Net : Rapid Development of IE Toolbars, IE Explorer Bars
& Windows Shell Extensions in .Net


[quoted text, click to view]

AddThis Social Bookmark Button