I have an web app with a real time dashboard, however my signalr code is crashing my IIS Express. When I try to run the app in my dev environment the IIS stop and I get this error
Problem signature:
Problem Event Name: APPCRASH
Application Name: iisexpress.exe
Application Version: 8.5.9748.0
Application Timestamp: 538d451
Fault Module Name: IISUTIL2.dll
Exception Code: c0000005
If I comment my signalr client functions and run the app again I don not get the error and the IIS start working good
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
2 Posts
ASP.NET MVC 5 SignalR 2.1.2 IIS Express 8.0
Feb 01, 2017 10:11 PM|suarezhar|LINK
I have an web app with a real time dashboard, however my signalr code is crashing my IIS Express. When I try to run the app in my dev environment the IIS stop and I get this error
Problem signature:
Problem Event Name: APPCRASH
Application Name: iisexpress.exe
Application Version: 8.5.9748.0
Application Timestamp: 538d451
Fault Module Name: IISUTIL2.dll
Exception Code: c0000005
If I comment my signalr client functions and run the app again I don not get the error and the IIS start working good
Any ideas?
Thanks for your help!
Contributor
6730 Points
2715 Posts
Re: ASP.NET MVC 5 SignalR 2.1.2 IIS Express 8.0
Feb 03, 2017 10:15 AM|Eric Du|LINK
Hi suarezhar,
According to your description, as far as I know, this error may be caused by IIS or .NET version, please refer to this tutorial:
SignalR Troubleshooting:
https://www.asp.net/signalr/overview/getting-started/supported-platforms
Here are someone who meet the similar problem as you, please refer to this solution:
http://stackoverflow.com/questions/31520718/access-violation-reading-location-in-iisexpress-10-in-webengine4-dll-with-se
Best Regards,
Eric Du
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
2 Posts
Re: ASP.NET MVC 5 SignalR 2.1.2 IIS Express 8.0
Feb 07, 2017 01:41 PM|suarezhar|LINK
Thank you Eric for your help.
Best Regards!