Friday, July 17, 2009

Upgrading to IE8 breaks debugging with Visual Studio 2005


I found the below article very useful. I guess it might help few others as well. After I upgraded my IE to version 8, I was not able to Debug. Then I googled for a long time, after which I got the below article.

The work around which I did to resolve this issue is as given below.

Modify the registry as described in the second link above. This worked for me as well. Here are the steps:

1. Open RegEdit
2. Browse to HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Internet Explorer -> Main
3. Add a DWORD value called TabProcGrowth with a value of 0

Check the original article at the link
Upgrading to IE8 breaks debugging with Visual Studio 2005


Thanks To The Original Publisher Of This Article.