I am using Quartz.Net to schedule a task. I tried like wise.
I launched the console application for visual studio and added two links ie Quartz.dll and Common.Logging.dll along with System.Web.Services;
Then I encoded a bit for the normal task, as indicated on the link http://simplequartzschedulerincsharp.blogspot.com/ (They claim that it works)
But as soon as I tried to run the program, it gave an error like "There is no link to Quartz.all", but I added this already.
Why is this happening?
Also somewhere, I noticed that you need to install Quartz.Server.Service in order to use it, etc. etc.
I ask you, please, to dictate to me a simple but working example and moments that I miss?
source share