Re: help with my VC# editor
Are you sure that you're not compiling a Release build and debugging with an older Debug build?
Re: help with my VC# editor
sorry but i dont know how to check it. Can you help on how to check if im not compiling a Release Build and debugging an older Debug Build? by the way, when i try to run my application i use F5 key.
Re: help with my VC# editor
Hmmm... I don't think it's that because that would compile a new Debug build anyway, even if your current configuration was Release.
It could be that you have a compilation error in your code. By default, if your code won't compile when you try to start debugging it will tell you there's an error and ask if you want to debug with the old build instead. If you have checked the box to not show that message again and then proceeded to debug at any stage then I think it will run an old build without asking in future.
Re: help with my VC# editor
hmmm. I think i have not checked the box to not show the message again becuase i try to modify my code for it to have an error and run it, the Warning Box still appears saying
Quote:
There were build errors. Would you like to continue and run the last successful build?
Re: help with my VC# editor
It's got me stumped then. :confused: