Sometimes when developing assemblies that needs to reside in GAC to work (thanks Microsoft!); it can prove very difficult to uninstall an assembly from this bucket of dlls.
I today found a good tip on how to force that operation.
- Open RegEdit
- Go to the below location.
- Delete the entries you wish to remove from here
- You can now delete them from the GAC (in the file system)
Link: http://abhi.dcmembers.com/blog/2009/04/17/forcefully-delete-an-assembly-from-gac/
No comments:
Post a Comment