Removing Dlls from the GAC

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

I accidentally added a dll to the GAC using mscorcfg.msc
tool... now app doe snot work. Anyway... tried to remove
but says will not let me remove with mscorcfg.msc .. just
says there was an error. I also tried using shfusio.dll
(browsing wint/assembly dir) it says "can not be removed
b/c it is required by other applications". Alss tried
using gacutil /uf but I get the error "assembly is
required by one mor more applications"
 
If this assembly is referenced by other assemblies, you'd have to
unregister/uninstall those first.
 

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

Back
Top