I have a simple vb.net application. When I go to bin \ debug \ program.exe and double click, the program runs flawlessly. The same program will not be executed using the task scheduler. When I create a scheduled task and click run, it just opens the console window for a second, it closes. In addition, the same program is used to start with the task scheduler. Once he just stopped working.
ps:
I have this program code managed in svn, so I can say with confidence that the code has not changed.
source
share