Guest Kid of the neon Posted October 13, 2008 Posted October 13, 2008 There is a .NET 3.0 windows service project. It works well on a developer's comp (OS is WinXP SP2), but after deploying on production server (Win 2003) it crashes almost every 2-3 days. Event Viewer entries about crashes: Source: .NET Runtime 2.0 Error Reporting Description: Faulting application integrationmodule.exe, version 1.0.0.0, stamp 48a43452, faulting module kernel32.dll, version 5.2.3790.1830, stamp 424377d2, debug? 0, fault address 0x00015dea. Source: .NET Runtime 2.0 Error Reporting Description: EventType clr20r3, P1 mjkah4picgxrjdnj31lbhxzntbxbslmm, P2 1.0.0.0, P3 48a43452, P4 mscorlib, P5 2.0.0.0, P6 4333ab80, P7 1e8, P8 0, P9 system.outofmemoryexception, P10 NIL. How can I track cause of these errors?
Guest Prashanth Naganna Posted October 17, 2008 Posted October 17, 2008 Windows service crashes after deploying - Kidoftheneo Windows service crashes after deploying - Kidoftheneo You can try upgrading to .NEt 3.0 SP1. I had the same issue on a production server (Win 2003 Sp2).
Recommended Posts