G
Guest
Hi All
I have written a C# console based program. The first line of code simply
writes to the event log and this works 99% of the time, whether being run
manually or kicked off by Windows Scheduled Tasks. However, the other 1% of
the time Windows Tasks will return the following error (from the SchedLgU.txt
log file)
Started 20/03/2006 08:20:01
"ServerInfoService.job" (ServerInfoService.exe)
Finished 20/03/2006 08:20:03
Result: The task completed with an exit code of (c0000005).
Does anybody know what this error means / if there is a public chart of the
error codes?
Thanks
I have written a C# console based program. The first line of code simply
writes to the event log and this works 99% of the time, whether being run
manually or kicked off by Windows Scheduled Tasks. However, the other 1% of
the time Windows Tasks will return the following error (from the SchedLgU.txt
log file)
Started 20/03/2006 08:20:01
"ServerInfoService.job" (ServerInfoService.exe)
Finished 20/03/2006 08:20:03
Result: The task completed with an exit code of (c0000005).
Does anybody know what this error means / if there is a public chart of the
error codes?
Thanks