Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have a ABC.dll registered in the c:\windows\Assembly folder, I needed to uninstall it and when tried this I got a message 'Access is denied'
I went then to the folder where the dll resides under the c:\windows\assembly\GAC_32\ABC\12345\
where 12345 is the public key token, I tried to delete it using the DEL, or ERASE dos commands with no success.
The questions is, how to know the processes that are using this dll so I can kill them then uninstall it from the assembly folder
Posted
Comments
Sergey Alexandrovich Kryukov 10-Jul-14 12:18pm    
Not enough information. Did you do it under the elevated privileges?
If you simply want to clean up your system, use one of the registry cleaners, they work better then the Windows Control Panel applet.
—SA

1 solution

Uninstall it from GAC and you'll be able to remove it ;)

Follow the instruction under this link: How to Uninstall an Assembly from the GAC[^] and use second method. Do not forget to run comand prompt as an admin (right click and 'Run as admin')!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900