-
Notifications
You must be signed in to change notification settings - Fork 13
Method 'Evaluate' in type 'JSPool.JsEngineWithOwnThread' from assembly 'JSPool, Version=2.0.1.0, Culture=neutral, PublicKeyToken=2fc7775f73072640' does not have an implementation. #23
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
Comments
@richayrich Have you found any fix/workaround for this error? Got this error today myself |
We're also struggling with this. Any workarounds? |
@heinzmuller Nope, I haven't progressed past this error. |
Hmm that's very strange. I'll try to take a look tonight and see what's
happening!
Are you on ASP.NET Core, or the "classic" ASP.NET?
Sent from my phone.
…On May 11, 2017 8:13 AM, "Rich" ***@***.***> wrote:
@heinzmuller <https://github.com/heinzmuller> Nope, I haven't progressed
past this error.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAFnHaRIpNX-CMA6Fc0pJhj47G5ymhxJks5r4yWxgaJpZM4NSOgi>
.
|
I'm very confused by this error, because JSPool/src/JSPool/JsEngineWithOwnThread.cs Line 236 in 7aea5a2
|
@Daniel15 Did you manage to replicate it? |
This error is caused by changes in the JavaScript Engine Switcher version 2.4.0:
You need to roll back the JavaScript Engine Switcher to version 2.3.X. |
@Daniel15 I recommend you inherit wrappers not from the |
Next time I will do so. This time I considered that adding new methods is not a serious API change. |
Should be fixed in JSPool 3.0. I'll publish an updated version of ReactJS.NET that uses JSPool 3.0 shortly. |
Hi,
I'm trying to get React working, which when installed through NuGet pulled in JSPool automatically.
I'm seeing this exception when loading a .jsx file:
Any ideas? I've tried downgrading to both 2.0.0 and 0.4.1, which result in slightly different errors.
Thanks,
Rich
The text was updated successfully, but these errors were encountered: