VS.Net 2003 Project Configuration out of date after build solution.
I am moving an application from VC++6.0 to Visual Studio .Net 2003.
If I build my solution, then immediately select Debug | Start, I get a dialog that informs me:
These project configuration(s) are out of date:
....
a list of most of the projects in the solution.
Would you like to build them?
How do I identify why the IDE thinks the project configuration is out of date although its just been built? Is there any way to get list of the targets that are not up-to-date?
Any suggestions would be appreciated.

