VS .NET Project References

G

Guest

Hi all,
I have a VS.NET (2005 BETA2) solution that has five winforms projects.
Here are the details.

Project-A (Main, startup project), references Project-B (class lib project)
Project-B (Class lib project), references Project-C (Class lib project)
Project-C (Class lib project), references Project-D (Class lib project)

The problem i am having is
Project-D.dll is in the (bin) folder of Project-C but not in Project-B's bin
folder or Project-A's bin folder. I checked both in debug and release and
also in different platform builds. Also i have checked the project
dependencies and build order for each one the projects, everything seems to
be fine. Am i missing something?

Thanks in advance.
 
D

Dave

I don't know if this applied in 2005, but check the "Copy Local" property in the property grid of each Reference. It should be set
to "true".
 
G

Guest

Dave,
Yes. 'Copy Local' is true.

Dave said:
I don't know if this applied in 2005, but check the "Copy Local" property in the property grid of each Reference. It should be set
to "true".
 

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