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.
 
Back
Top