Visual studio 2010 doesn't make the changes when i do a build/compile
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-05-21T22:38:33Z
Indexed on
2010/05/21
22:40 UTC
Read the original article
Hit count: 135
VS2010
Ok so i change some code, re-build it and then, say for arguments sake i had a print statement outputting 'test2', well if i change it to 'test3' its still re-producing the old code 'test2'.
Ive deleted the debug folder and rebuilt but no good. Then randomly about 10 builds later it will catch up. Ive also closed VS2010 and then re-opened the project but that doesnt help.
What can i do as i need to see the changes asap?
ps it's definitely the correct file
© Stack Overflow or respective owner