80

I installed IE11 on server 2008r2. I was trying to debug using IE11 and I am having the following error. The error I am having in the Dom Explorer tab is:

Diagnostic:

Exception in window.onload: Error: An error has ocurredJSPlugin.3005

Stack Trace:

Error: An error has ocurredJSPlugin.3005 at getString (res://C:\Program Files\Internet Explorer\F12Resources.dll/23/pluginhost/plugin.f12.js:5021:27) at ToolWindowHelpers.loadString (res://C:\Program Files\Internet Explorer\F12Resources.dll/23/Common/CommonMerged.js:5803:13) at TabPanes..
4

5 回答 5

136

安装最新的累积 IE 更新:

http://www.microsoft.com/en-us/download/details.aspx?id=45134(32 位) http://www.microsoft.com/en-us/download/details.aspx?id=45154(64位)</p>

于 2015-06-03T13:08:01.377 回答
14

我找到了这个问题的原因。我直接从IE8升级到IE11。所以我在调试过程中遇到了上述错误。

然后我将 Internet Explorer 从 IE11 降级到以前的(IE8)。然后将IE8升级到IE10。再次将 IE10 升级为 IE11。现在 IE11 的调试器工作正常。

于 2015-02-14T13:19:24.710 回答
11

如果您使用的是 Windows 7,只需对 Season714 的回答进行一个小更新:

M$ 做了一些神奇的事情Windows 7 Updates take forever,所以在你安装这些 IE 更新之前,你必须先禁用你的网络适配器

通过这样做,该更新安装将在几秒钟内开始,并且错误将得到修复。但如果您不这样做,Windows 更新将首先运行,并且需要很长时间才能完成。

于 2016-04-13T03:43:40.297 回答
1

我在新安装的 Windows 7 虚拟机中遇到了这个问题。

显然所有更新都没有立即安装。我不得不多次安装 Windows 更新并重新启动几次,直到安装了所有更新并且问题消失了。

第一次更新从 IE8 升级到 IE11。在那之后,我认为要修复它还有 2 个更新。

于 2017-09-16T14:09:22.537 回答
0

在您的代码中将其写入标签,如下所示:

<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
</head>

如果有人有同样的问题

于 2017-06-07T18:48:02.673 回答