My Service got crashed with the following exception message,
Error Message:
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18015, time stamp: 0x50b83c8a
Exception code: 0xe0fa1104
Fault offset: 0x0000c41f
Faulting process id: 0x17d8
Faulting application start time: 0x01ceaf25ff9311a6
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
Report Id: 737c0956-1ba5-11e3-a445-005056a0009c
And this exception thrown every 16hours after starting the service.
This is the OS related issue. I'm using Windows 7 64bit OS(Windows-on-Windows64, meaning emulating 32bit Windows on a 64bit Windows operating system.)... And my application is the 32 bit supportive...
I think, this OS should support running application without any crash. But, I'm not sure, why KernalBase.dll throw an exception..
Please give me some light on this. .
Thanks in advance..