Ошибка an error has occurredjsplugin 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 FilesInternet ExplorerF12Resources.dll/23/pluginhost/plugin.f12.js:5021:27) at ToolWindowHelpers.loadString (res://C:Program FilesInternet ExplorerF12Resources.dll/23/Common/CommonMerged.js:5803:13) at TabPanes..

Pinaki's user avatar

Pinaki

7628 silver badges17 bronze badges

asked Feb 3, 2015 at 14:31

selvakumar's user avatar

3

answered Jun 3, 2015 at 13:08

Season714's user avatar

Season714Season714

1,3761 gold badge9 silver badges3 bronze badges

2

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.

answered Feb 14, 2015 at 13:19

selvakumar's user avatar

selvakumarselvakumar

1,7713 gold badges20 silver badges34 bronze badges

4

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.

answered Apr 13, 2016 at 3:43

tucq88's user avatar

tucq88tucq88

4174 silver badges7 bronze badges

I had this problem in my Windows 7 freshly installed virtual machine.

Apparently all of the updates were not installed immediately. I had to install Windows updates several times and restart also serveral times until all of the updates were installed and the issue went away.

First update upgraded from IE8 to IE11. And after that I think it was 2 more updates to have it fixed.

answered Sep 16, 2017 at 14:09

Margus Pala's user avatar

Margus PalaMargus Pala

8,3838 gold badges41 silver badges50 bronze badges

write this in your code into tag like this:

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

if someone have the same problem

answered Jun 7, 2017 at 18:48

RO Nerio's user avatar

RO NerioRO Nerio

211 silver badge4 bronze badges

0

March 14 2016, 23:03

Category:

  • IT
  • Cancel

Так уж получилось, что моя работа связана с созданием и эксплуатацией корпоративных сайтов. Порой задумываюсь о том, чтобы посвятить этому направлению весь свой блог, т.к. кейсов уже накопилось порядочно. В очередной раз столкнулся с глюком в ИЕ11, при этом одна и та же страница сайта отображалась в Chrome, FireFox, IE9, но почему-то не хотела отображаться в IE11.. Первый порыв — проверить верстку, т.к. она 2009 года и разрабатывали сайт не мы (intelgroup.ru — создание сайта на битриксе) для каждого браузера подключается свой набор стилей. Как раз сейчас мы занимаемся рефакторингом корпоративного веб-ресурса. Как говорится, хорошая мысля приходит апосля..  Вызвал инструменты разработчика (кнопка F12 в ИЕ11), и улицезрел сию порнографию OCCURED JS PLUGIN 3005:

Загуглил ошибку OCCURED JS PLUGIN 3005, на англоязычных форумах народ пишет, что проблема все-таки в самом браузере ИЕ11, необходимо поставить накопительные обновления безопасности, при этом Microsoft автоматом не определяет разрядность системы, можно качнуть неподходящие обновления.

После танцев с бубнами мне все-таки удалось победить ИЕ, обновления встали, как надо.

Вот скрин ИЕ11 с обновлениями, которые позволили устранить ошибку OCCURED JS PLUGIN 3005

Не забывайте ставить +1 в комментах, если мой пост помог вам ;)

з.ы. Make sure you download a proper file. You need a patch for 64 bit system, not 32 bit.

This is 32 bit: https://www.microsoft.com/en-us/download/confirmation.aspx?id=45134

This is 64 bit: https://www.microsoft.com/en-us/download/confirmation.aspx?id=45154

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 FilesInternet ExplorerF12Resources.dll/23/pluginhost/plugin.f12.js:5021:27) at ToolWindowHelpers.loadString (res://C:Program FilesInternet ExplorerF12Resources.dll/23/Common/CommonMerged.js:5803:13) at TabPanes..

Pinaki's user avatar

Pinaki

7628 silver badges17 bronze badges

asked Feb 3, 2015 at 14:31

selvakumar's user avatar

3

answered Jun 3, 2015 at 13:08

Season714's user avatar

Season714Season714

1,3761 gold badge9 silver badges3 bronze badges

2

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.

answered Feb 14, 2015 at 13:19

selvakumar's user avatar

selvakumarselvakumar

1,7713 gold badges20 silver badges34 bronze badges

4

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.

answered Apr 13, 2016 at 3:43

tucq88's user avatar

tucq88tucq88

4174 silver badges7 bronze badges

I had this problem in my Windows 7 freshly installed virtual machine.

Apparently all of the updates were not installed immediately. I had to install Windows updates several times and restart also serveral times until all of the updates were installed and the issue went away.

First update upgraded from IE8 to IE11. And after that I think it was 2 more updates to have it fixed.

answered Sep 16, 2017 at 14:09

Margus Pala's user avatar

Margus PalaMargus Pala

8,3838 gold badges41 silver badges50 bronze badges

write this in your code into tag like this:

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

if someone have the same problem

answered Jun 7, 2017 at 18:48

RO Nerio's user avatar

RO NerioRO Nerio

211 silver badge4 bronze badges

0

В Internet Explorer 11 при открытии DevTools (Проверить элемент), появилась ошибка IE11 Exception in window.onload: Error: An error has ocurredJSPlugin.3005. Полный текст на скриншоте ниже.

Там же найдено её решение.

Необходимо установить патч исправляющий эту ошибку. Патч можно скачать с официального сайта.

Для 32-бит – https://www.microsoft.com/en-us/download/confirmation.aspx?id=45134

Для 64-бит – https://www.microsoft.com/en-us/download/confirmation.aspx?id=45154


Зарубин Иван


Эксперт по Linux и Windows

Опытный системный администратор с большим стажем работы на крупном российском заводе. Иван является энтузиастом OpenSource и любителем Windows, проявляя высокую компетентность в обоих операционных системах.

Благодаря его технической грамотности и умению решать сложные задачи, Иван стал неотъемлемой частью команды нашего проекта, обеспечивая непрерывную авторскую работу.

0

В Windows 7 в Internet Explorer 11, при посещении сайта, не выполняется загрузка ActiveX-компонента. Средства разработчика браузера отображают следующую ошибку:
Exception in window.onload: Error: An error has ocurredJSPlugin.3005

Для устранения данной проблемы, Microsoft выпустила обновления для Internet Explorer:
для 32-разрядных ОС https://www.microsoft.com/ru-RU/download/confirmation.aspx?id=45134
для 64-разрядных ОС https://www.microsoft.com/ru-RU/download/confirmation.aspx?id=45154

  • Ошибка an error has occurred while updating the device software
  • Ошибка amp error на пионере
  • Ошибка among us при создании аккаунта произошла ошибка googleauthnotoken
  • Ошибка among us you disconnected from the server
  • Ошибка american megatrends что это