Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An error has ocurredJSPlugin.3005

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..
like image 810
selvakumar Avatar asked Feb 03 '15 14:02

selvakumar


3 Answers

Install the latest cumulative IE update :

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

like image 102
Season714 Avatar answered Nov 05 '22 00:11

Season714


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.

like image 14
selvakumar Avatar answered Nov 04 '22 23:11

selvakumar


Just a small update for Season714's answer if you're using Windows 7:

M$ did some magic things cause Windows 7 Updates take forever, so before you install those IE updates, you have to disable your network adapter first.

By doing that, that update installation will start in few seconds and the error will be fixed. But if you don't, Windows Update will run first and it would take forever to complete.

like image 11
tucq88 Avatar answered Nov 04 '22 23:11

tucq88