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
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
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.