I had created a windows service and i want that the service will Schedule to run daily at 6:00 Am. Below is the code which i had written:-
public Service1()
If a service is really required, look at Quartz.NET to do the scheduling for you
http://www.quartz-scheduler.net/