Adding Assemblies through VS.NET tool

  • Thread starter Thread starter Amar
  • Start date Start date
A

Amar

Hi,

I have created an assembly, binded with strong name & registered in
GAC. When i am trying to add that assembly from VS.NET tool, add
reference i am unable to find the assmbly in the addreferences dialog.
what sholud i do inorder to include the assembly in the GAC listouts.
Thanks for help.
Amar
 
Hi,

Assemblies added to GAC do not automatically appear in the aforementioned
dialog. On the contrary,
this list is populated from absolutely different folder called Public
Assemblies, which resides somewhere
beneath the Visual Studio .NET installation folder. So you might wish to
place a copy of the assembly
to the Public Assemblies folder to have it appeared in the "Add
Reference..." dialog.
 
Hi

You needs to copy ur dll to C:\Program Files\Microsoft.NET\Primary Interop Assemblies folder

Regards

Zahari
----- Dmitriy Lapshin [C# / .NET MVP] wrote: -----

Hi,

Assemblies added to GAC do not automatically appear in the aforementioned
dialog. On the contrary,
this list is populated from absolutely different folder called Public
Assemblies, which resides somewhere
beneath the Visual Studio .NET installation folder. So you might wish to
place a copy of the assembly
to the Public Assemblies folder to have it appeared in the "Add
Reference..." dialog.
 
Back
Top