Unable to Edit and Continue while debugging my project
-
Thursday, August 09, 2012 5:14 AM
Hi,
I have created a project using Visual studio 2010 premium, i am facing an issue while debuggin the project,it is not alllowing me to edit the code, it is throwing the following error message,My debug setting are looking proper,But still iam facing it,Please let me know where iam missing,Attched screenshot
Thanks and Regards -Rajendra
All Replies
-
Thursday, August 09, 2012 10:09 AMModerator
Hi Rajendra,
Thank you for posting in the MSDN forum.
There are some advices you can try:
- Confirm that Tools->Options->Debugging->EditAndContinue is checked
- Verify that all the files and folders in the project are not read-only
- Click Build->Configuration Manager, select Debug from the Active Solution Configuration drop-down
- Try going to Tools->Import And Export Settings and resetting all settings
- Right click your project-> Properties->Build, set Platform level to x86 instead of Any CPU.
- Try to run your Visual Studio in SafeMode.
I hope this is helpful to you.
Thanks,
Amanda
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Marked As Answer by RajendraC Friday, August 10, 2012 4:06 AM
-
Friday, August 10, 2012 4:06 AM
Thanks Amanda,
I have resolved the issue ,the mistake i did is ,I have selected "Release" in Active solution Configuration Menu.I changed it to Debug(third point in your reply)
Thanks a lot :)
Thanks and Regards -Rajendra

