GAC

M

Mike

Hi.

I've installed three third party DLLs in my GAC using

gacutil /i "c:\path\file.dll"

The installation says it was successful and I can see the assemblies when I
browse to c:\windows\assembly.

However, when I try to create a reference to one of these assemblies in
Visual Studio 2003, I cannot see them. I browse to my project in the
solution explorer, right click References and click Add Reference. I then
try to find the newly registered DLLs in the list on the .NET tab but they
are not there.

What am I doing wrong?

Mike
 

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