C
Coder
After updating to VS2005 we noticed that references are not always
updating our bin directory in the case of indirect references.
For example:
PROJECT 1
PROJECT 2 (ref project1)
PROJECT 3 (ref project2)
PROJECT4 (ref project 3)
When compiling project4, I should see the DLLs of all my projects in
Project4\Bin, but I don't. This is a simplified example, our solution
is much larger and I don't know why some DLLs are copied and some are
not (regardless if they referenced directly or indirectly).
Under VS2003 this worked great... so I don't understand what changed.
Thank you in advance for any input on this.
updating our bin directory in the case of indirect references.
For example:
PROJECT 1
PROJECT 2 (ref project1)
PROJECT 3 (ref project2)
PROJECT4 (ref project 3)
When compiling project4, I should see the DLLs of all my projects in
Project4\Bin, but I don't. This is a simplified example, our solution
is much larger and I don't know why some DLLs are copied and some are
not (regardless if they referenced directly or indirectly).
Under VS2003 this worked great... so I don't understand what changed.
Thank you in advance for any input on this.