I have created a scheduled job with Quartz that will run every minute. The job is created from following guide: http://geekswithblogs.net/TarunArora/archive/2012/11/17/quartz.net-writing-your-first-hello-world-job.aspx
The problem is that when the service is stopped and restarted the job is no longer in the scheduler.
How do I keep the scheduled job in the list?
Thanks for helping.