I developed one windows service in c#. In this service i add one DLL. My service running fine till yesterday.How ever when i start my service from task manager it's give me error
The service did not respond to the start or control request in a timely fashion.
When i search this error and I found one solution that give "ServicesPipeTimeout
" in registry but it also not working. I also restart my PC but it's also not work.
When I see the event Log It's give me the detail
Faulting application name: CronService.exe, version: 1.0.0.0, time stamp: 0x556d42ac Faulting module name: KERNELBASE.dll, version: 6.3.9600.16384, time stamp: 0x52158f2d Exception code: 0xe0434352
Can give me proper solution for this?