I'm trying to enable an assembly that I created (.dll) to appear in the Visual Studio 10 "Add Reference" pane. I have registered my assembly using the "gacutil /i CirclesLib.dll" and it does appear in the "gacutil /l" listing but I don't see it when I create a new project and attempt to add a new reference. I don't see it as either a .NET Assembly or COM component.
If anyone knows what step I'm missing to have my own library appear in the "Add Reference -> Assemblies -> Framework" pane of Visual Studio I'd be very grateful!
Thanks for reading...Glenn
Glenn T. Kitchen VB.NET Forums