[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

Re: Unable to uninstall assemblies from the global assembly cache...

Johann Blake

8/21/2003 6:37:00 AM

Kuan,

To have your DLL show up in the references dialog box in VS, check out
the article:

INFO: How to Display an Assembly in the Add Reference Dialog Box

http://support.microsoft.com/default.aspx?scid=kb;en...

I use the 1.1 Framework but was able to do this with the 1.0 Framework.

The setup program you created cannot uninstall the DLL from the GAC for
the same reason you cannot. Don't ask me specifically why you cannot
manually delete the DLL in the GAC. This appears as a bug in either
Windows or .NET. This problem has been well discussed in this forum and
others. You need to manually delete the files. Another tip: if you
really want to have a program uninstall it, the directory name for the
DLL is rather consistent consisting of the version and key of the dll.
You should be able to specifically delete all files in that directory.

I recommend you upgrade to the 1.1 Framework. Maybe some of your
problems will disappear.

Regards,
Johann



*** Sent via Developersdex http://www.develop... ***
Don't just participate in USENET...get rewarded for it!