PROBLEMS REMOVING AN ASSEMBLY

G

Guest

I'm getting the following error trying to remove an assembly from the GA

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

This assembly was previously installed by a .NET installer application, then I decide to remove the application but I did it by hand and not using the appropiate add/remove programs. What should I do to remove the assembly from the GAC? I was thinking to install the application again and then remove it correctly but I don't have access to the installer anymore

Thanks
 
G

Guest

I found a work around in another newsgroup

c:\WINNT\assembly\GAC>rd /s [assembly

It works!
 

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