tags:

views:

21

answers:

1

hi i am building a solution in visual studio 2005 it is working fine but when i am building it

from msbuild some files does not copy in start up projects bin folder please tell me how to

solve this problem.

thanks

A: 

You should add a reference to the projects which are required but not copied to bin folder. VS is more lenient about references then MSBuild is. If you have 3 projects A, B and C. A references B and B references C then you should add a reference to both B and C in project A.

Sayed Ibrahim Hashimi