#1
|
|||
|
|||
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 |
|
|