Cannot Delete An Assembly From The GAC

R

Ram

Hey,
I'v written a Class Library Application, and gave it a strong name,
And installed it in the Gac using - Gacutil /i <Assembly_Name>
Everything went well, but When I tried to deleted it from the GAC, I got an
error saying the assembly's in use by another program.
When I tried to unistall the Assembly using the - Gacutil /U
<Assembly_Name>, I got an error saying the Assembly name was not found
(?!!!)
I rebooted my machine, and before I even opened my IDE, I tried to delete
it/unistall it, and still the same results...
Any help would be welcomed!
Thanks ahead,

--Ram
 
N

Nick Malik

You wrote this class library... and are you using it in an application? If
so, what app are you calling it from? Is that app running?
Why did you install it in the GAC in the first place?

If I were you, I would look to see if your application or web site or web
service actually is running...

Also, why are you trying to hard to delete it? If you want to install
another one, just install over it.

--- Nick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top