Uninstalling assembly from the GAC.

  • Thread starter Jean-Francois Hamelin
  • 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
 
S

Scott M.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top