GAC卸载 [英] GAC uninstall

查看:131
本文介绍了GAC卸载的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我试图手动从GAC卸载dll,但是显示拒绝访问。

Hi All,
I am trying to uninstall the dll from GAC manually, but it shows access denied.

请告诉我们您的建议

推荐答案

你必须在Vista和Seven中拥有提升的权限。
启动Visual Studio或具有Admin权限的任何内容。

使用admin-rights启动cmd.exe(或Visual Studio命令行),然后使用


gacutil.exe -u bin\debug \ My.dll

编辑:也许你必须使用g64版本的gacutil?
You must have elevated privilegs in Vista and Seven.
Start Visual Studio or whatever with Admin privilegs.


Start cmd.exe (or Visual Studio command line) with admin-rights and then use

gacutil.exe -u bin\debug\My.dll


Maybe you have to use the x64 version of gacutil?


这篇关于GAC卸载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆