Assembly name is not in the list when adding reference!

  • Thread starter Thread starter Tham
  • Start date Start date
T

Tham

Hi

I have written an assembly using the Class library template. I compiled a
release version and registered in the GAC using gacutil.
However when I want to add a reference in an application, the assembly is
not listed in the .NET tab. I checked the Microsoft .NET Framework 1.1
Configuration and the "C:\windows\assembly" folder and the assembly is
installed in GAC.

Anyone know how to rectify this issue?

Appreciate your help.

Tham
 
Hello Tham,

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

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

T> Hi
T>
T> I have written an assembly using the Class library template. I
T> compiled a
T> release version and registered in the GAC using gacutil.
T> However when I want to add a reference in an application, the
T> assembly is
T> not listed in the .NET tab. I checked the Microsoft .NET Framework
T> 1.1
T> Configuration and the "C:\windows\assembly" folder and the assembly
T> is
T> installed in GAC.
T> Anyone know how to rectify this issue?
T>
T> Appreciate your help.
T>
T> Tham
T>
 
Back
Top