Windows – Error 0xE0434F4D as ‘Last Run Result’ of a Windows Scheduled Task

scheduled-taskwindows

Hallo,

i get the error 0xE0434F4D as 'Last Run Result' of a Scheduled Task on Windows Server 2008.
I have checked the permissions of the user that is running the scheduled task,
and the user does have the necessary permissions.

So what could be the problem, and what does this error mean?

Thanks!

Best Answer

Are you trying to run an .NET program from a network share (or better UNC path?). Then this is a security issue. Copy your program locally and run it there.

When you run the program without the Task Scheduler only from the GUI, does it crash, too? If so have you installed the correct .NET Framework version?