Permissions for GACUTIL
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I'm trying to deplay a .NET assembly to workstations. This .NET assembly should be registered with regasm.exe (for Com Interop) and placed in the GAC. Using gacutil works fine as a developer but whenh users run the command file (containing various copy, regasm and gacutil commands) the permission to install is not enough. Example: gacutil -i VspJKofaxValidationSupport.dll Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4322.573 Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. Failure adding assembly to the cache: Access is denied. What could i do without digging into a completely different way of deploying? Project time is running out:doh: Aad Slingerland Zevenaar The Netherlands