VS2005 project has dependency that is not built
Posted
by Eyal
on Stack Overflow
See other posts from Stack Overflow
or by Eyal
Published on 2010-06-09T09:36:46Z
Indexed on
2010/06/09
9:52 UTC
Read the original article
Hit count: 273
I have VS2005 solution that contains many projects and dependencies (some C++, some C#) - in the past it compiled successfully.
when I rebuild all the solution it fails on a project claiming dll is missing (dll that was needed to built before according to dependency).
the thing is that from time to time it fails on random project (not all the time the same project).
I'm not sure it is meaningful but I see in output console Deleting intermediate and output files for project
doesn't VS2005 go according to "Project Build Order" and ReBuild every project starting with its dependencies?
© Stack Overflow or respective owner