How to add a dll to gac in vista

后端 未结 6 618
谎友^
谎友^ 2021-01-12 17:09

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?

6条回答
  •  爱一瞬间的悲伤
    2021-01-12 17:55

    My guess would be that you have to do it as an administrator...try either disabling UAC, or using gacutil.exe to add your assembly.

提交回复
热议问题