How do I force an assembly to uninstall from the GAC?

前端 未结 2 1211
没有蜡笔的小新
没有蜡笔的小新 2021-01-24 02:36

I\'ve developed a simple installation package using WiX that installs an assembly called WBRT.Configuration into the Global Assembly Cache (GAC). While the file ins

2条回答
  •  生来不讨喜
    2021-01-24 03:10

    I followed the steps mentioned by @Mohsen , Remove the registry entry and uninstalled the DLL from GAC to resolve a conflict issue.

    [HKLM\SOFTWARE\Classes\Installer\Assemblies\Global] and run gacutil /u dllname -And success. I do not know what is the side effect. It worked for me, then I ran

    gacutil -u dllThatIWantedToRemove

提交回复
热议问题