I am using Quartz.Net to schedule task. I have tried like wise.
Started a visual studio console application and added two reference i.e Quartz.dll and Common.Logging.dll along with System.Web.Services;
Then i coded a little bit for a normal task as provided on the link http://simplequartzschedulerincsharp.blogspot.com/ (They are claiming that its working)
But as soon as i tried to Run the program it gave error as "Missing reference to Quartz.all" but i have added this already.
Why this is happening ?
Also somewhere i noted that one need to install the Quartz.Server.Service to use it etc. etc.
Please guide me and please dictate me a simple but working example and points i am missing ?