I am unable to uninstall an Assembly (log4net.dll) from GAC. It is giving following error.

"Assembly is required by one or more applications".

However if I search the Assembly using ProcessExplorer nothing comes up? How can I remove this Assembly from GAC?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Have you considered reading this KB article and trying it out?

link|improve this answer
Thanks, It worked... – Amitabh Mar 15 '10 at 13:21
feedback

The most likely cause of this is that you have installed the log4net assembly via a Windows Installer (msi-package). If that is the case, try to uninstall it using Add/Remove programs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.