문제

i am trying to add an assembly to the GAC but the error indicates that "Failure adding assembly to the cache: Administrator permissions are needed to use the selected options. Use an administrator ommand prompt to complete these tasks."

I am using Windows XP SP3 and user account type is Administrator. Please refer to the image below.

TIA

Please refer to the image http://i.stack.imgur.com/TZXpc.png

도움이 되었습니까?

해결책 2

I was able to solve my problem by additional commands via command prompt

C:\WINDOWS\system32>runas /user:computerName\administrator cmd

Check this out

다른 팁

You are administrator on your machine but you don't run the visual studio command prompt (or cmd.exe) as an admin ...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top