I am trying to uninstall a dll out of my GAC but I cannot do so.
When I run the following command gacutil -u AssemblyName
, I am getting the error message:
The assembly is for atleast one application required
.
(translated from my original german message that says: Die Assembly ist für mindestens eine Anwendung erforderlich
.)
How can I figure out what application is blocking my uninstall, I have already uninstalled everything that seems logic to me. Maybe there is some registry entry still laying around or some stuff?!?
Hope you can help me out.