Any ASP.NET admins out there? I need a lil help

Mucman

Diamond Member
Oct 10, 1999
7,246
1
0
I am trying to install a component into the global assemblie cache and everything I read mentions the gacutil.exe! We only installed the .NET framework on the servers, not the SDK so the util isn't on the server. I don't see the need to install the SDK on a web server anyways... Anyone know what to do?
 

KB

Diamond Member
Nov 8, 1999
5,406
389
126
Although I haven't tried it you could install the SDK on another PC and try to move the gacutil.exe over. Installing the SDK is just like installing the framework except you get the extra utilities you need. Just don't install the samples because they take up most of the space.
 

Mucman

Diamond Member
Oct 10, 1999
7,246
1
0
To me SDK sounds like something you install on a client machine, while the framework should be something on the server... I am a little hesitant to do a re-install because everything is working so good.

I tried installing it on my machine, but the executable depends on some other dlls that were installed by the SDK.