Visual studio 2010 doesn't make the changes when i do a build/compile a DLL file
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/22
0:20 UTC
Read the original article
Hit count: 436
visual-studio-2010
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
EDIT: I've done clean and rebuild but it hasnt done anything EDIT: This is a .dll file which im modifying
© Stack Overflow or respective owner