Shared Assembly Not Accessible

S

Sathyaish

I created a shared assembly, let's call it sh.dll, and put it in the
GAC, having done all the formality of generating a strong name and
installing it in the Crypto Service Provider (CSP).

I am trying to use it from a private client assembly using VS .NET
2003. When I open the Project->Add Reference dialog, I do not see the
name of my shared assembly there.

When I click the Browse button and on that dialog and navigate to the
shell extention of GAC under %windows%\assembly, I see my dll there. I
can select it and view its properties from the context menu. It appears
in the Open dialog, but when I select it from the list, the Open
button the Open dialog is disabled.

What am I missing?
 

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