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!

link|improve this question

40% accept rate
feedback

1 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?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.