I've created simple .NET 2.0 Console application. Reads DB, sends emails and writes result to subfolder named "logs" as a .TXT file.
Application works when i run it manually. But task scheduler can not able to run it.
When i looked the history i saw "Task Scheduler successfully finished "{46794881-039f-4c37-8c5b-af70def503ce}" instance of the "\testtask" task for user "xxx\Administrator"."
And the last run result is "(0x1)"
What does it mean and how can i make this run?
thanks in advance...
OKB