When I drag & drop a dll to the assembly folder on vista, I get the error \"Access is denied: mydll.dll\". How can I bypass the error message and add my dll to gac?
Use runas command to run gacutil as a user with local admin rights to register the dll to GAC.