Objects in GAC are not available to VS 2003
am 04.01.2008 09:34:00 von eliassal
have a strange behavior in VS 2003IDE. Some of the components/objects
(provided with different MS) as well as some I developed does not appear in
the list of .Net components when I click on "Add reference" to a project.
To double check, Icreated a new C# class library, signed it with a key
generated with SN utility, added it to the GAC using
gacutil -k myclass
When I browse the GAC list in admin>.Net framework I can see my component as
well as plenty of others which I don't see in VS IDE.
Thanks for your help
RE: Objects in GAC are not available to VS 2003
am 04.01.2008 11:41:50 von wawang
Hi SalamElias,
The "Add Reference" dialog is path-based and does not enumerate the
components from GAC. Please refer to following KB:
#How to display an assembly in the Add Reference dialog box
http://support.microsoft.com/kb/306149
Hope this helps.
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.