|
#1
|
|||
|
|||
Access Denied - GAC
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.... |
#2
|
|||
|
|||
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.
|
|
|