VS 2005

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Foe some reason the IDE doesn't warn me when there are compilation errors
and instead simply runs the old version

Further more the IDE ignores the break Pointes and when I hover with the
mouse I get the following message (partial quote) 'The break Point will not
currently be hit, the source code is different to the original version'

I assume both problems are related though I don't know how, I also wonder
what is the Original Version


Thank you,
Samuel Shulman
 
At the options, go to Project and Solutions, select Build and Run, And
change the option "On run, when build or deployment errors occur" to
"Prompt to launch"
 
Always Build

I did sort it by deleting the entire bin and Obj folders

Thanks,
Samuel
 
Sounds like it got confused about which files were up to date, rather
than what to do with them. I suppose that changing the system clock
could cause something like that.
 
Yes,

I did forward the date of the computer for some necessary test and that may
have caused this problem

Thank you for that,
Samuel
 
Back
Top