Click here to Skip to main content
15,894,180 members
Articles / Programming Languages / C#
Tip/Trick

Custom .NET DLLs into the Add Reference Dialog

Rate me:
Please Sign up or sign in to vote.
3.00/5 (2 votes)
17 Feb 2010CPOL 10.2K  
However, if you want to show VS2008 to display your custom DLLs within in the list maintained by the Add Reference dialog, all you need to do is place a copy of the DLL within the PublicAssemblies folder located under C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE. Once you have done...
However, if you want to show VS2008 to display your custom DLLs within in the list maintained by the Add Reference dialog, all you need to do is place a copy of the DLL within the PublicAssemblies folder located under C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE. Once you have done so, look at Add Reference Dialog, it's showing your DLL.

Note: Not always C:\... Go to your Visual Studio installation drive

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Kovair Inc.
India India
I have started programming in 10 years on Fortran 77.Then it was Cobol,C,C++,JAVA 1.2, ASP,JavaScript. Now it at all C# and .NET Framework, such tehnologies as WCF, ADO.NET, ASP.NET, LINQ, ASP.NET Ajax , FLEX and another.

Comments and Discussions

 
-- There are no messages in this forum --