Skip to content

Updating JavascriptEngineSwitcher.V8 breaks React.Net #414

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
neorth opened this issue Jun 1, 2017 · 3 comments
Closed

Updating JavascriptEngineSwitcher.V8 breaks React.Net #414

neorth opened this issue Jun 1, 2017 · 3 comments

Comments

@neorth
Copy link

neorth commented Jun 1, 2017

I don't know if this is related to #409 or not but I got the following error when updating JavascriptEngineSwitcher.V8 from 2.2.0 to 2.4.0:
"Method 'Evaluate' in type 'JSPool.JsEngineWithOwnThread' from assembly 'JSPool, Version=2.0.1.0, Culture=neutral, PublicKeyToken=2fc7775f73072640' does not have an implementation."

Here's the stack trace:

image

@Taritsyn
Copy link
Contributor

Taritsyn commented Jun 1, 2017

@neorth This error has already been discussed in the JSPool repository.

You have two variants for solving this problem:

  1. Roll back the JavaScript Engine Switcher to version 2.3.X.
  2. Explicitly specify the JS engine (any except the MsieJsEngine). About how to do it read in Daniel's comment.

@neorth
Copy link
Author

neorth commented Jun 1, 2017

Thanks! Missed that one.

@neorth neorth closed this as completed Jun 1, 2017
@Daniel15
Copy link
Member

Daniel15 commented Jun 5, 2017

I have a new version of JSPool (2.x beta) that fixes this too, but I haven't had a chance to release it + a new ReactJS.NET version yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants