Gacutil not available.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
Please let me know what might be the problem here.
 
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.
Please let me know what might be the problem here.


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.
 
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
 
Back
Top