GAC Question

S

Stephen Costanzo

If I have posted this in the wrong forum, I apologize in advance --- just
please tell me where to ask the question.

I have created a strong-named assembly and used gacutil to install it to the
GAC. I have confirmed that the file is present.

When I go to my .net application and go under references to add a reference
to this assembly, I do not see it under the .net references. I see other
things that are in the GAC but not my newly created assembly. Am I trying to
do this in the wrong spot?

Thanks
 
M

Mattias Sjögren

Stephen,
When I go to my .net application and go under references to add a reference
to this assembly, I do not see it under the .net references. I see other
things that are in the GAC but not my newly created assembly. Am I trying to
do this in the wrong spot?

See

How to display an assembly in the Add Reference dialog box
http://support.microsoft.com/?kbid=306149


Mattias
 
P

Phil Wilson

You're not seeing references in the GAC anyway, you're seeing them in the
Windows\Microsoft .NET\
 

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