VS2010 and IE10 Attaching the Script debugger to process iexplore.exe failed

前端 未结 12 2481
感情败类
感情败类 2020-12-02 04:32

So I am using Win7 x64 with VS2010 and have installed the IE10 Win7 Preview and ReSharper 6.1.

When I attempt to Start Debugging, I receive the following:

12条回答
  •  -上瘾入骨i
    2020-12-02 05:13

    The IE10 upgrade resets a whole bunch of stuff. I followed 2 steps to fix this.

    1. In IE Advanced settings, under browsing remove the tick on "Disable script debugging (Internet Explorer)"
    2. Running this in command prompt (with administrator rights): -

      regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll

    The combination of these 2 and a browser restart of course fixed it for me.

    I also agree, the marked solution above of un-installing is hardly a proper solution.

提交回复
热议问题