PDA

View Full Version : Access Denied - GAC


mvermeulen
08-04-2003, 09:56 AM
I get the following error when trying to add an assembly to the GAC.

Failure adding assembly to the cache: Access is denied.

The steps work fine when performed manually. Either via gacutil directly or via the .NET configuration Tool for 1.1.

Thank you....

kinook
08-05-2003, 06:39 PM
The GAC Install action is just a wrapper around the GACUtil.exe command-line tool. You can check the 'log command-line that is used' checkbox to have it show the command-line it is using, which may help in debugging.