D David T. Dec 8, 2004 #1 How to make .NET dll appear in the Add Reference dialog. What in general is the Add Reference dialog for?
How to make .NET dll appear in the Add Reference dialog. What in general is the Add Reference dialog for?
G Guest Dec 8, 2004 #2 You have to install your .NET assembly into the GAC(Global Access Cache): [SystemRoot]\assembly i.e. C:\Windows\assembly
You have to install your .NET assembly into the GAC(Global Access Cache): [SystemRoot]\assembly i.e. C:\Windows\assembly
G Guest Dec 8, 2004 #3 I think Visual Studio .NET pulls all assemblies in the GAC and display them in the Add Reference dialog. This dialog is used for referencing an assembly that you use in your program.
I think Visual Studio .NET pulls all assemblies in the GAC and display them in the Add Reference dialog. This dialog is used for referencing an assembly that you use in your program.
M Mattias Sjögren Dec 8, 2004 #4 How to make .NET dll appear in the Add Reference dialog. Click to expand... How to display an assembly in the Add Reference dialog box http://support.microsoft.com/?kbid=306149 What in general is the Add Reference dialog for? Click to expand... Adding references ?! Mattias
How to make .NET dll appear in the Add Reference dialog. Click to expand... How to display an assembly in the Add Reference dialog box http://support.microsoft.com/?kbid=306149 What in general is the Add Reference dialog for? Click to expand... Adding references ?! Mattias