GAC

  • Thread starter Thread starter Mike
  • Start date Start date
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
 
Back
Top