Objects in GAC are not available to VS 2003

S

SalamElias

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
 
W

Walter Wang [MSFT]

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 ([email protected], 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.
 

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