Wednesday, February 26, 2014

Scheduling a exe to run daily - How to achieve it via c#

I had a requirement to create a utility which would pull data from a Sharepoint list and generate a excel/csv file. And this utility should run once everyday.


The first part I have done (generating excel from SharePoint list). How do I schedule it to run once every day. Using a scheduled task is not an option. As they say it is not reliable. Can this be done through windows service?


No comments:

Post a Comment