Taritsyn / JavaScriptEngineSwitcher

JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines. This library allows you to quickly and easily switch to using of another JavaScript engine.
Apache License 2.0
439 stars 49 forks source link

Method not found: 'JavaScriptEngineSwitcher.Core.JsEngineSwitcher JavaScriptEngineSwitcher.Core.JsEngineSwitcher.get_Current() #76

Closed seanrockster closed 4 years ago

seanrockster commented 4 years ago

Getting this error recently not sure why - kills the site.

mvc .net 4.7

Taritsyn commented 4 years ago

Hello, Sean!

What version of the JavaScriptEngineSwitcher.Core did you use before and what version are you using now?

seanrockster commented 4 years ago

JavaScriptEngineSwitcher.Core 3.1.0 JavaScriptEngineSwitcher.Msie 3.2.1 MsieJavaScriptEgnine 3.0.5

seanrockster commented 4 years ago

Sorry I didn't read your reply properly. I'll look through the repo because it was recently updated...I'll reply shortly.

seanrockster commented 4 years ago

JavaScriptEngineSwitcher.Core 1.1.3 => 3.1.0 JavaScriptEngineSwitcher.Msie 1.1.11 => 3.2.1 MsieJavaScriptEgnine 1.4.4 => 3.0.5

Taritsyn commented 4 years ago

I recommend you to read the following documents: “How to upgrade applications to version 2.X” and “How to upgrade applications to version 3.X”.

If you are using old versions of the Bundle Transformer and ReactJS.NET, then you need to update them too.

seanrockster commented 4 years ago

Ok thanks.