您的位置:首页 > 移动开发

Assembly ‘X’ could not be uninstalled because it is required by another application

2010-07-09 13:24 871 查看

Chances are that your assembly has a pin in the registry which stops it from being uninstalled. You can find these here:

* HKEY_CURRENT_USER\Software\Microsoft\Installer\Assemblies\Global
* HKEY_LOCAL_MACHINE\Software\Classes\Installer\Assemblies\Global

Just remove the keys, and you can now uninstall them from the GAC.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐