Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging Error Message

Status
Not open for further replies.

azul14457

Technical User
Sep 2, 2005
1
0
0
US
I'm a fresh newbie at using Microsoft Visual C++ .Net .
When I run the program I go to:

>Debug
>Start Without Debugging

Then I get an error message:

" These project configuration(s) are out of date:

Program 1 - Debug Win32

Would you like to build them? "



How can I resolve this?

Please help!
 
It just means that you have made a change to a file, which the program you created is dependent upon. It's not really an error. It's just instructing you that you have to update the program because you've changed a file. If you acknowledge it and say, "Yes." It will recompile your code. If not, it will just use your old program. There would be no recompilation. It just uses the old compiled program.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top