0

I was create program auto fetching database.

I was start application, it run success.

But in create task scheduler to run program daily.

It was error:0x41303: Task has not yet run..

This error in image

1 Answers1

1
  1. Configure Windows Error Reporting to create local dumps. See also How to take a good crash dump.
  2. Reproduce the crash
  3. Open the dump in Visual Studio
  4. Press the "Play" button to start debugging

That should show you the exception and the source code where it happens.

Community
  • 1
  • 1
Thomas Weller
  • 55,411
  • 20
  • 125
  • 222