1

I am using Visual Studio 2012 and IE11. When I press F5, it opens the web page but it does not attach to the IE automatically. I have to do it every time manually through Debug > Attach to Process > choose iexplore.exe. Is there any way to do this automatically? This problem happens when I update the IE from IE9 to IE11. I tried resetting the VS environment but it also does not work.

rcs
  • 6,713
  • 12
  • 53
  • 75

1 Answers1

0

This is how I finally resolve this issue. This issue is caused by IE11 running on 64-bit mode. So I have to force IE to run in 32-bit mode by adding the registry key as mentioned in this link. Then after that, I need to remove the "Internet Explorer" entry as mentioned here.

Community
  • 1
  • 1
rcs
  • 6,713
  • 12
  • 53
  • 75