GAC cannot be remove!

  • Thread starter Thread starter honfui
  • Start date Start date
H

honfui

Hi,

I create a windows installer and it will install my class
to GAC. Everything works fine. But when i uninstall the
problem, the dll still remain at C:\WINNT\assembly and
not being removed. This cost me problems cause i need to
keep increasing the version number everytime i make some
changes to my components.

When i try to delete the component from C:\WINNT\assembly
by right click and select delete. It prompt me the dll in
used by other application, and after checking through..
it's somehow linked with windows installer.

How can i delete the assembly manually? cause i can't
remove it from add/remove programs after i uninstall it
for the frist time.

thanks,
honfui
 
Try using gacutil command.

On visual studio .net command prompt, type gacutil /? to see all options.
 
Back
Top