-
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
System.AccessViolationException occurs the first time after I rebuild and restart a debug session in visual studio 2015 #399
Comments
Ditto |
Does this also happen to you in production or only when you are recompiling? |
I also have had this problem, and because of it haven't dared to deploy to production. But what did solve it for me was changing the user running the ApplicationPool from a local user to ApplicationPoolIdentity. |
@Zache what did you use as an alternative to Edge? |
Note: this may be related to #383 |
@MonkeyJumps nothing, we wanted it for server-side rendering of React but just had to manage without. |
@Zache Have you looked at ReactJs.Net? I started with that but then moved to Edge, but now am at a fork whether to go back, proceed or like you remove Edge. |
@tjanczuk what are the secondary effects of this error? How do you suggest I proceed? This example of using Edge is pretty standard. I took it from the Edge site. |
@MonkeyJumps I've been using reactjs.net for several months and am now looking at edge. Rjn is pretty stable but we've been getting performance issues with it (it adds about 100-150 ms per request if you turn off engine pooling, but with pooling it has memory management issues). |
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. |
It happens in my following Asp.Net MVC 5 Controller class.
The text was updated successfully, but these errors were encountered: