发生错误JSPlugin.3005
An error has ocurredJSPlugin.3005
我在服务器 2008r2 上安装了 IE11。
我试图使用 IE11 进行调试,但出现以下错误。我在 Dom 资源管理器选项卡中遇到的错误是:
诊断:
Exception in window.onload: Error: An error has ocurredJSPlugin.3005
堆栈跟踪:
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..
I found the cause for this problem. I upgraded Internet explorer directly from IE8 to IE11. So I got the above said error during debugging.
Then I downgraded Internet explorer from IE11 to previous one(IE8). Then upgraded IE8 to IE10. Again upgraded IE10 to IE11. Now the debugger for IE11 is working fine.
安装最新的 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位)
如果您使用 Windows 7:
M$ 做了一些神奇的事情导致 Windows 7 Updates take forever
,所以在安装这些 IE 更新之前,您必须先禁用您的网络适配器。
这样,更新安装将在几秒钟内开始,错误将得到修复。但如果您不这样做,Windows 更新将首先 运行 并且需要很长时间才能完成。
在您的代码中将其写入标记中,如下所示:
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
</head>
如果有人遇到同样的问题
我在 Windows 7 新安装的虚拟机中遇到了这个问题。
显然没有立即安装所有更新。我必须多次安装 Windows 更新并重新启动几次,直到安装了所有更新并且问题消失。
第一次更新从IE8升级到IE11。在那之后,我认为还需要 2 个更新才能修复它。
我在服务器 2008r2 上安装了 IE11。 我试图使用 IE11 进行调试,但出现以下错误。我在 Dom 资源管理器选项卡中遇到的错误是:
诊断:
Exception in window.onload: Error: An error has ocurredJSPlugin.3005
堆栈跟踪:
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..
I found the cause for this problem. I upgraded Internet explorer directly from IE8 to IE11. So I got the above said error during debugging.
Then I downgraded Internet explorer from IE11 to previous one(IE8). Then upgraded IE8 to IE10. Again upgraded IE10 to IE11. Now the debugger for IE11 is working fine.
安装最新的 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位)
如果您使用 Windows 7:
M$ 做了一些神奇的事情导致 Windows 7 Updates take forever
,所以在安装这些 IE 更新之前,您必须先禁用您的网络适配器。
这样,更新安装将在几秒钟内开始,错误将得到修复。但如果您不这样做,Windows 更新将首先 运行 并且需要很长时间才能完成。
在您的代码中将其写入标记中,如下所示:
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
</head>
如果有人遇到同样的问题
我在 Windows 7 新安装的虚拟机中遇到了这个问题。
显然没有立即安装所有更新。我必须多次安装 Windows 更新并重新启动几次,直到安装了所有更新并且问题消失。
第一次更新从IE8升级到IE11。在那之后,我认为还需要 2 个更新才能修复它。