Hi,
I am having the odd problem with VS 08, whenever i change any file and press CTRL+F5 code is not re-built. So i end up having to F7 and then F5 or CTRL+F5 depending on whether i want to execute code or debug.
help!
Printable View
Hi,
I am having the odd problem with VS 08, whenever i change any file and press CTRL+F5 code is not re-built. So i end up having to F7 and then F5 or CTRL+F5 depending on whether i want to execute code or debug.
help!
You probably should check the settings of your Visual Studio.
Tools->Options->Project And Solutions->Build And Run
I have one query on similar lines,... when i run my program in debug mode with some break point set, it hits the break point and I can edit my code that time and when I press F5 and it thr with the break point I am not able to edit my code. it says cannot edit try checking settings... i checked with my settings but still not able to change my code in debug mode...
any one having any idea hot to enable to do code changes when i run in debug mode ?
thanks, that fixed it.