Click to See Complete Forum and Search --> : Question on visual studio .net 2003
MrDoomMaster
April 9th, 2005, 02:01 PM
I notice that sometimes when I click the 'Compile Solution' button, and my project compiles successfully, when I click the 'debug' button, it tells me that the project is out of date and asks me if I want to compile again.
This is confusing because I just compiled before I clicked debug! Anyone know why it does this? I tried cleaning my solution and it didn't help.
Latem
April 9th, 2005, 06:14 PM
This is gonna sound dumb, but maybe you are compiling a release build, and then clicking the "debug" wants to run the debug build, but that is old. It explains why cleaning doesnt solve it, because cleaning cleans the release, and the debug is still there, and old. that's all I can think of.
Latem
Arjay
April 9th, 2005, 06:21 PM
Are the dates on some of the project files greater than the current date?
Arjay
MrDoomMaster
April 10th, 2005, 12:11 AM
Nope all dates are less than or equal to the current date.
I am compiling in debug mode.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.