My application is c# windows service running on Windows Server 2008 R2. It crashes every now and then with the following error
Faulting application name: Fusion_Ingestion_Service.exe, version: 1.1.0.3, time stamp: 0x59428da5 Faulting module name: clr.dll, version: 4.0.30319.34209, time stamp: 0x5348961e Exception code: 0xc0000409 Fault offset: 0x0000e233 Faulting process id: 0x49ac Faulting application start time: 0x01d30c3353dbd043 Faulting application path: Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll Report Id: 8bbc1f2b-7844-11e7-b6c9-00155d018b91
I have tried the following
- Installed .NET framework 4.6 and changed my application to 4.6 but still crashes. I thought it would use the 4.6 version of clr.dll but it still uses 4.0.3019.
- Changed my application to x86 but still crashes
Any ideas as to how to find what the problem is