上周不小心升级了IE10,今天,VS2010报:未能将脚本调试器附加到计算机XXX上的进程iexplore.exe . 已附加了一个调试器”。启动调试失败。

到网上查找解决办法,最后用这个解决的:(如下)

解决:1.以管理员身份打开CMD,2.运行:

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

观察:查看进程,发现IE10启动的时会加载两个iexplorer.exe进程。

备注:使用下面这个办法解决不了:

regsvr32 "%ProgramFiles%\Internet Explorer\msdbg2.dll

  

发现国外的大牛早就已经解决了:原文如下

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

相关文章:

  • 2021-05-19
  • 2021-05-08
  • 2022-02-16
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
  • 2021-09-04
猜你喜欢
  • 2022-12-23
  • 2021-08-31
  • 2022-02-02
  • 2021-10-26
  • 2021-06-17
相关资源
相似解决方案