Noob question: VS2005 Console App DLLs location ??

R

Rick

I have VS2005 solution containing a console app project plus a lot of
projects it depends on. When I compile the solution, only those dlls that
are directly referenced are copied to the console app bin/debug output
folder. Projects dlls that are indirectly referenced (i.e. are referenced
only via directly referenced projects) are not copied. This is different
from VS2003. How can I ensure that all required dlls are copied to the
output folder?

Thx
 
B

Bob Powell [MVP]

R

Rick

Thanks Bob.

Do you know of any all-in-one resource that can help someone to move from
using VS2003 to using VS2005 ?
 

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