View Single Post
  #1  
Old 07-19-2007, 02:30 AM
rajan rajan is online now
Registered User
 
Join Date: 02-26-2007
Posts: 2
How to add reference of a dependent dll in VS.NET 2005

Hi,

We have two VS.NET projects, one is "Class Library" and output dll is referenced in another web application project. The reason we referenced the dll instead of project is, the dll compilation is not needed for all the build. Now if we compiled the dll project, how do we add reference to the web application project using this tool? We have set the "AutoUpdate" in the webapplication project for the references; but not sure when do the build it will add the latest assembly. Please confirm.

Regards,

Rajan R.G
Reply With Quote