Uninstalling assembly from the GAC.

  • Thread starter Thread starter Jean-Francois Hamelin
  • Start date Start date
J

Jean-Francois Hamelin

Hi,

I did install my assembly in the GAC using gacutil /i myAssembly.dll and now
I want to remove it when I do gacutil /u myAssembly it failed with this
error:

Unable to uninstall: assembly is required by one or more applications
Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION : <Windows
Installer>

Now can I remove that reference and uninstall the assembly?

Thanks
JF
 
Just navigate to the assembly folder, select the assembly from the list and
hit the delete key on the keyboard.
 
Back
Top