How do I run my C# application in scheduled tasks when I am not logged in

Posted by Peggy A on Stack Overflow See other posts from Stack Overflow or by Peggy A
Published on 2010-04-06T17:13:18Z Indexed on 2010/04/06 17:23 UTC
Read the original article Hit count: 661

Filed under:
|

I have a C# console application that just processes data. The problem is that when I log off, the console application ends. If I schedule the application to run at a set time and I am not logged in, the application does not run at all. I can run it interactively by double clicking the exe and I can open scheduled tasks and run it by right clicking and selecting run. As soon as I log out, the application ends. Any help will be greatly appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about scheduled-tasks