i have a peculiar problem with vs.net 2005. when i press F5 and run the application, my webpage is displayed in the browser but visual studio doesn't entering into debug mode and still the pause and end buttons on the tool bar shows disabled which means
my application is not running. till yesterday it was working fine. i checked the web.config file and the debug mode is set to "true" ..debug="true".
my operating system config.
xp with sp2
vs2005 with sp1
recently i installed .net framework 3.5 on my computer.
Please help me. i am stuck with it.
Click “Mark as Answer” on the post(s) that helped you.
Thanks mcr_subbu for your quick response but unfortunately that doesnt worked for me..
earlier (till yesterday) it was working fine. mean while i have done the following and it worked fine for some time.
I selected the repair option from the .net 2.0 (maintenance mode) installing file from the following default vs path C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft .NET Framework 2.0 .
after 2 to 3 hours, again the same problem. vs is not entering into debug mode.
its really killing me. What should i do..Plz help me.
Click “Mark as Answer” on the post(s) that helped you.
Did we install some third party Add-ins in your machine? If we disable Add-ins (“Tools” | “Add-in Manager”) and run “devenv.exe /safemode”, do we still have the problem? This can eliminate the possibility that third party Add-ins are causing problems.
We also can try to rundevenv /resetsettings (Commonly, it makes sense than re-installation) or devenv /setup in Visual Studio Command Prompt.
If this cannot help you, you can try to remove the Visual Studio 2005 and install it. Please following How to remove Visual Studio 2005(
http://support.microsoft.com/kb/907965) if you uninstall Visual Studio.
I look forward to hearing from you.
Thomas Sun
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
I tried all the above things but none of them worked for me. i re-installed VS2005 by following the steps in the above provided url. but it did not solved my problem.
Recently i installed VS2008 and i could able to debug my project in that. interestingly i can debug in VS2005 only for the first time i.e, when i re-installed the 2.0 framework. then later on its giving me the same problem when i try to debug it again. for
some reason i should not use VS2008 although it supports VS2005 projects.
is it due to the VS2008 or 3.0 and 3.5 frameworks? my guess is there is some conflicts between 2.0, 3.0 and 3.5 frameworks.
Click “Mark as Answer” on the post(s) that helped you.
jagan.unique
Participant
1286 Points
245 Posts
Visual studio 2005 not entering in to debug mode although i set debug="true"
Sep 24, 2008 06:31 AM|LINK
Hi,
i have a peculiar problem with vs.net 2005. when i press F5 and run the application, my webpage is displayed in the browser but visual studio doesn't entering into debug mode and still the pause and end buttons on the tool bar shows disabled which means my application is not running. till yesterday it was working fine. i checked the web.config file and the debug mode is set to "true" ..debug="true".
my operating system config.
xp with sp2
vs2005 with sp1
recently i installed .net framework 3.5 on my computer.
Please help me. i am stuck with it.
mcr_subbu
Contributor
2316 Points
517 Posts
Re: Visual studio 2005 not entering in to debug mode although i set debug="true"
Sep 24, 2008 08:40 AM|LINK
Was it working fine earlier??
I may not suggest the exact solution. But I can suggest a temporary solution by which you can debug.
In VS go to debug >> Attach process >> Select the process related to your application (Ex: DevServer:portnumber)
After attaching this process the breakpoint gets hit.
jagan.unique
Participant
1286 Points
245 Posts
Re: Visual studio 2005 not entering in to debug mode although i set debug="true"
Sep 24, 2008 10:12 AM|LINK
Thanks mcr_subbu for your quick response but unfortunately that doesnt worked for me..
earlier (till yesterday) it was working fine. mean while i have done the following and it worked fine for some time.
I selected the repair option from the .net 2.0 (maintenance mode) installing file from the following default vs path C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft .NET Framework 2.0 .
after 2 to 3 hours, again the same problem. vs is not entering into debug mode.
its really killing me. What should i do..Plz help me.
Thomas Sun –...
All-Star
64969 Points
5621 Posts
Re: Visual studio 2005 not entering in to debug mode although i set debug="true"
Sep 29, 2008 02:09 AM|LINK
Hi,
Did we install some third party Add-ins in your machine? If we disable Add-ins (“Tools” | “Add-in Manager”) and run “devenv.exe /safemode”, do we still have the problem? This can eliminate the possibility that third party Add-ins are causing problems.
We also can try to run devenv /resetsettings (Commonly, it makes sense than re-installation) or devenv /setup in Visual Studio Command Prompt.
If this cannot help you, you can try to remove the Visual Studio 2005 and install it. Please following How to remove Visual Studio 2005( http://support.microsoft.com/kb/907965) if you uninstall Visual Studio.
I look forward to hearing from you.
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
jagan.unique
Participant
1286 Points
245 Posts
Re: Visual studio 2005 not entering in to debug mode although i set debug="true"
Sep 30, 2008 10:36 AM|LINK
Hi Thomas,
Thanks for your response..
I tried all the above things but none of them worked for me. i re-installed VS2005 by following the steps in the above provided url. but it did not solved my problem.
Recently i installed VS2008 and i could able to debug my project in that. interestingly i can debug in VS2005 only for the first time i.e, when i re-installed the 2.0 framework. then later on its giving me the same problem when i try to debug it again. for some reason i should not use VS2008 although it supports VS2005 projects.
is it due to the VS2008 or 3.0 and 3.5 frameworks? my guess is there is some conflicts between 2.0, 3.0 and 3.5 frameworks.
HareKrishna2...
Member
2 Points
1 Post
Re: Visual studio 2005 not entering in to debug mode although i set debug="true"
Jul 13, 2009 02:43 PM|LINK
Hi
I also ran into exactly same problem and was just wondering what to do
Could you please let me know if you have found a solution for this. It is really bothering me now as i couldn't find any other resource on web.
thanks!!
debugging debugger debug .NET 2.0 .asp.net2005 .net 2005
Abdulla.Abde...
Contributor
5538 Points
871 Posts
Re: Visual studio 2005 not entering in to debug mode although i set debug="true"
Jul 19, 2009 03:08 PM|LINK
did you installed IE8?
if yes then you should read this
http://weblogs.asp.net/abdullaabdelhaq/archive/2009/06/01/VS-Debug-Problem-with-IE8.aspx
Abdulla Abdelhaq .NET/SharePoint Team Leader
My Articles
blog
PrathapKudup...
Member
2 Points
1 Post
Re: Visual studio 2005 not entering in to debug mode although i set debug="true"
Jul 22, 2009 10:43 PM|LINK
Hi All,
I spent a half a day figuring out why I was not able to enter into debug mode.Finally figured out some issues while using vs 2005 along with IE 8.
We can have a fix by changing the browser.It Can be either ie 7 or mogzilla.
Steps Invloved are
1.Select the start up page of your webapplication.Right click and select "Browse with" option
2.A new window pops up.Use Add and select the exe. it would be usaully under program files/Mogzilla/Mogzilla.exe
3.Finally select "set as default".
We can also choose Ie 7
Hope this helps.I was able to solve this issue
Regards
Prathap H Kudupu
Senior Microsoft Consultant
Abdulla.Abde...
Contributor
5538 Points
871 Posts
Re: Visual studio 2005 not entering in to debug mode although i set debug="true"
Jul 23, 2009 08:25 AM|LINK
I told you if you installed IE8 with VS 2005, the debugger will get confused with this. you do not have to remove the IE8.
you can found the solution right there
http://weblogs.asp.net/abdullaabdelhaq/archive/2009/06/01/VS-Debug-Problem-with-IE8.aspx
Abdulla Abdelhaq .NET/SharePoint Team Leader
My Articles
blog
oscarpr
Member
2 Points
1 Post
Re: Visual studio 2005 not entering in to debug mode although i set debug="true"
Aug 14, 2009 04:38 AM|LINK
Greate that works!!!