I\'m developing a windows service, generating a report. This report has a template. This template is prepared in an excel file. This file is copied to the output folder.
I just faced the same problem.
I have made a .bat file where I called the .exe file.
finally, I called the .bat file from the task scheduler actions.
It just works fine.