-
Notifications
You must be signed in to change notification settings - Fork 640
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
throw System.AccessViolationException from edge.js 8.2.1 #581
Comments
I have the same issue. Was trying to use it in my integration unit tests and I get this exception. |
I'm experiencing the same exception with test project (NUnit) and edge.js v8.2.1: |
I also encountered this problem, it encountered in the asp.net mvc, I indirectly through a console program calls the edge, to circumvent the AccessViolationException, I wrote a demo, if you want to know, can see EdgeJsDemo. Of course, the hope is that author can fundamentally solve the problem. |
The fix requires #573, I have merged it to my fork at https://github.com/agracio/edge-js, take a look at #586 for reference. |
Unfortunately, in my NUnit tests project, I haven't managed to make it work with pre-compiled binaries. @agracio , could you provide NuGet package, please? |
I know its been over a month, but I have finally published NuGet packages for https://github.com/agracio/edge-js fork. Take a look at release page for details https://github.com/agracio/edge-js/releases. |
@agracio is your fork become a official release ? because I see more update on your branch than here |
It is not official, however @tjanczuk is no longer active on this project and did not provide any updates about its future. I have not attempted to contact him myself, but I understand that noone had any luck. Since he is active on other projects it is not clear why he ignores this one. |
@agracio I am still having this exact issue when running NUnit tests. Has there been any progress made in this effort? |
This PR is merged to https://github.com/agracio/edge-js |
if i use edge.js in wpf application,it works.
but i use edge.js in UnitTest project,it throw System.AccessViolationException
The text was updated successfully, but these errors were encountered: