View Single Post
  #2  
Old 07-25-2003, 09:14 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
This blurb from the help should get you going:

Note: this action uses the DOTNETSDK_DIR global macro to locate the GACUtil executable (it appends bin\gacutil.exe to the path in that macro) If the action is unable to locate the executable when built, update this global macro to the path containing bin\gacutil.exe.

So, if you modify your DOTNETSDK_DIR global macro to be
<vsnet2003 install dir>\SDK\v1.1\

The method used to initialize this macro (reading the registry entry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\sdkInstallRoot) doesn't work with .NET 1.1.
Reply With Quote