Skip to content
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

Unhandled Execution Error #31

Open
ttctilsted opened this issue Nov 17, 2017 · 4 comments
Open

Unhandled Execution Error #31

ttctilsted opened this issue Nov 17, 2017 · 4 comments

Comments

@ttctilsted
Copy link

ttctilsted commented Nov 17, 2017

Hi

I am randomly getting this error on a Hello World example-code on a "clean" asp.net project.
The error happens very randomly, with no apparent pattern.
I am using this nuget package:
<package id="Noesis.Javascript" version="0.7.1.0" targetFramework="net471" />

1

This is the code:

2

App pool settings:

4

C++ installations:

3

If the site starts up without the error, it is able to run like that for a long time. Therefore i created a Powershell script to better provoke the error:

5

The script will continuously do an issreset and then call the page. The result is about 50/50 chance of getting a 200 statuscode back and getting the error back.

@oliverbock
Copy link
Contributor

I suspect that this is a cross-threading issue. Try creating your context for each request.

@ttctilsted
Copy link
Author

Thank you for your response.

However i am creating my context for each request. The Page_Load method will run for each request.

@ttctilsted
Copy link
Author

With some further testing i have found that this only happens when i use the x64 version of Noesis.Javascript.dll.
When i switch to x86 and set "Enable 32-bit Applications" to True in the App pool, i do not get the error.
This is not a fix for me, as i need to be able to run x64.

@oliverbock
Copy link
Contributor

While I don't have a build/nuget package available yet, I have upgraded to a recent version of V8 and build using VS 2017, so it might be worth retesting this. (Building JavaScript.Net is now easy because we get V8 from nuget.)

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

2 participants