• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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

Mucman

Diamond Member
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?
 
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.
 
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.
 
Back
Top