How to reference to assemblies located in another web project?

V

Vitali Z

Hi,
I made the Web Project Setup Package in Visual Studio .NET 2003.
How can I reference it to assemblies that located in bin directory of
another web project on target machine (without using Global Assembly Cache)?

thanks
vitali
 
P

Prashant Barnwal

The moment you add your main assembly to be deployed to your Setup and
Deplyment Project, it automatically picks up all the referenced assemblies.
If there is something more you want to do, you can do manually.

Thanks,
PB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top