I did as you said, I went to Start > All Programs > Accessories > System Tools > System Restore. Initially, this option was turned off. I just turned it on. It then asked me to select a bold date on the calendar for the Restore Point but I cannot click
on Friday, May 4, for the Restore Point.
Unfortunately, this does not solve the problem. Is there any reason as to why the "Start without Debugging" option goes dim and how to turn it back on ? Thanks.
Just an update, I was able to enable the Start without Debugging and Start Debugging options, they are no longer dim.
I decided to create a "New Project from Existing Code" and attach my project to it.
But now, I have a different problem, my Visual Studio does not seem recognize my "using statements" above every class. For example,
using System; // no error here
using System.Web.UI; // a red underline appears under "UI"
using System.Drawing; // a red underline appears under "Drawing"
tmyonline
0 Points
16 Posts
Re: "Start Without Debugging" is dim
May 07, 2012 03:57 PM|LINK
Hi bbcompent1
I did as you said, I went to Start > All Programs > Accessories > System Tools > System Restore. Initially, this option was turned off. I just turned it on. It then asked me to select a bold date on the calendar for the Restore Point but I cannot click on Friday, May 4, for the Restore Point.
bbcompent1
All-Star
32978 Points
8502 Posts
Moderator
Re: "Start Without Debugging" is dim
May 07, 2012 03:58 PM|LINK
Check out this thread as it sounds similar to what you're experiencing:
http://stackoverflow.com/questions/3040623/visual-studio-2010-not-debugging-net-2-0-code
tmyonline
0 Points
16 Posts
Re: "Start Without Debugging" is dim
May 07, 2012 05:58 PM|LINK
Unfortunately, this does not solve the problem. Is there any reason as to why the "Start without Debugging" option goes dim and how to turn it back on ? Thanks.
tmyonline
0 Points
16 Posts
Re: "Start Without Debugging" is dim
May 07, 2012 07:45 PM|LINK
Just an update, I was able to enable the Start without Debugging and Start Debugging options, they are no longer dim.
I decided to create a "New Project from Existing Code" and attach my project to it.
But now, I have a different problem, my Visual Studio does not seem recognize my "using statements" above every class. For example,
using System; // no error here
using System.Web.UI; // a red underline appears under "UI"
using System.Drawing; // a red underline appears under "Drawing"
Any idea ? Thanks.
bbcompent1
All-Star
32978 Points
8502 Posts
Moderator
Re: "Start Without Debugging" is dim
May 08, 2012 12:48 PM|LINK
I would add references to those namespaces in your project. Its possible something got pooched in the web.config assemblies section.