I am stuck with a scenario here where I am not able debug the asp.net web sites in Visual Studio 2005. When I am pressing F5 or selecting Start With Debugging option , internet explorer (IE 8) gets loaded and hosts the web site. But the debugger will get
disconnected. i.e. It is working similar to 'Start without debugging' mode. Any breakpoints set inside code is also not hit.
It was working well previously. I haven't made any changes in the settings. The only change which I recall is installling IE 8.0 .Previously it was IE 7.0.
Point I Noticed: When I changed the default browser in Visual Studio 2005 to Firefox , the debugging is working fine.
I could not find the reason. I am glad to accept suggestions and help.
i have faced this problem with IE8 Beta 2, searched for the fix had couple of them, lemme list out,
Procedure 1
1. Open RegEdit
2. Browse to HKEY_LOCALMACHINE -> SOFTWARE -> Microsoft -> Internet Explorer -> Main
3. Add a dword under this key called TabProcGrowth
4. Set TabProcGrowth to 0
I´m having the same problem. I use VS 2005, C#, ansd after installing IE8 when I try to debug the IE launchs showing an erro: "Internet Explorer cannot display the webpage". The debug stays running. I´ve tryed the solution above, and also de Zones/1000/1207
solution, but it still doesn´t work. I´ve downgraded to IE7 -> error, Back to IE -> error! I really don´t know what else to do.
binilprasad
Member
6 Points
27 Posts
Cannot debug Asp.Net in VS 2005 + Windows XP and IE 8
May 05, 2009 10:17 AM|LINK
Hi
I am stuck with a scenario here where I am not able debug the asp.net web sites in Visual Studio 2005. When I am pressing F5 or selecting Start With Debugging option , internet explorer (IE 8) gets loaded and hosts the web site. But the debugger will get disconnected. i.e. It is working similar to 'Start without debugging' mode. Any breakpoints set inside code is also not hit.
It was working well previously. I haven't made any changes in the settings. The only change which I recall is installling IE 8.0 .Previously it was IE 7.0.
Point I Noticed: When I changed the default browser in Visual Studio 2005 to Firefox , the debugging is working fine.
I could not find the reason. I am glad to accept suggestions and help.
VisualStudio 2005 IE 8
SurendraKishore
Contributor
2078 Points
376 Posts
Re: Cannot debug Asp.Net in VS 2005 + Windows XP and IE 8
May 05, 2009 10:42 AM|LINK
i have faced this problem with IE8 Beta 2, searched for the fix had couple of them, lemme list out,
Procedure 1
1. Open RegEdit
2. Browse to HKEY_LOCALMACHINE -> SOFTWARE -> Microsoft -> Internet Explorer -> Main
3. Add a dword under this key called TabProcGrowth
4. Set TabProcGrowth to 0
Additional to it you need to do this
<div mce_keep="true">- Open Internet Explorer </div>
- Go to Tools->Internet Options
- Switch to the Advanced tab
- Uncheck 'Disable script debugging (internet explorer)'
i've got the fix from here, reasons for it are explained here, http://blogs.msdn.com/greggm/archive/2009/04/01/script-debugging-broken-in-vs-2005-after-installing-ie8.aspx
THIS REDUCES TIME FOR OTHERS..!
binilprasad
Member
6 Points
27 Posts
Re: Cannot debug Asp.Net in VS 2005 + Windows XP and IE 8
May 05, 2009 11:10 AM|LINK
Did it solve your issue? I will check the document and try. Thanks for reply
binilprasad
Member
6 Points
27 Posts
Re: Cannot debug Asp.Net in VS 2005 + Windows XP and IE 8
May 05, 2009 11:17 AM|LINK
Ya it worked... Thanks a lot...
binilprasad
Member
6 Points
27 Posts
Re: Cannot debug Asp.Net in VS 2005 + Windows XP and IE 8
May 05, 2009 11:58 AM|LINK
I did not change the second setting i.e unchecking Disable scrip debugging. Without that it worked.
I hope this setting wont create problems with IE.
robertoosilva
Member
2 Points
1 Post
Re: Cannot debug Asp.Net in VS 2005 + Windows XP and IE 8
May 26, 2009 04:36 PM|LINK