ASP.NET Web API crash MSVCR90.dll
- by user858931
I have a web api app developed on VS2010. The application calls an external program to run and it runs just fine if I execute in VS2010. But then when I deploy the web api to IIS 7 and 7.5, in some cases, it crashes. Below is the details I got from Event Viewer/Appliation:
Fault bucket , type 0 Event Name: BEX Response: Not available Cab Id:
0
Problem signature: P1: TestProgram.exe P2: 1.0.4728.17141 P3: 50c76dea
P4: MSVCR90.dll P5: 9.0.30729.6161 P6: 4dace5b9 P7: 0003024a P8:
c0000417 P9: 00000000 P10:
Attached files:
These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_InferenceGenerat_95abb43ace91480da6b8f27f9937db667bc58f_7bb1549d
Analysis symbol: Rechecking for solution: 0 Report Id:
da8f304e-44c0-11e2-b4e8-0026b97a5242 Report Status: 0
Any idea why it happens and how to fix it?
Thanks.