Windows app crashing - Faulting module name: KERNELBASE.dll, version: 6.3.9600.17415

0

I have an consoleapp ".exe" which is running as Task Scheduler. This app usually uploads files to some ftp urls.

The app works fine until some times when someone logs into server they see that the app has crashed and event log shows below message -

Faulting module name: KERNELBASE.dll, version: 6.3.9600.17415, time stamp: 0x54504ade
Exception code: 0xe0434352
Fault offset: 0x00014598
Faulting process id: 0x1920
Faulting application start time: 0x01d233c8ee351c9f

Please note that some of the FTP urls configured by client is inaccessible which is handled in code but can too many web exceptions lead to crashing of the app??

How can this be prevented?

Also the scheduler is configured as - All Users than jus admin

Also some may suggest that why this is set as task scheduler and not as windows service. It is done coz sometimes the client wants to upload the file immediately than wait for next hour which i don't think service allows to set.

c#
windows
ftp
asked on Stack Overflow Nov 2, 2016 by Silver

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0