The program looks very interesting and hence I wanted to try it out. However I am having problems when I try to compile the downloaded code. Here are the error messages from Visual Studio.
Error 3 Metadata file 'C:\ScheduleManager\SchedulerManager\bin\Debug\SchedulerManager.dll' could not be found SchedulerConsoleApp
Error 1 The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?) C:\ScheduleManager\SchedulerManager\Mechanism\JobManager.cs 6 7 SchedulerManager
Perhaps I am doing something real stupid but thank you for your help in advance.
Clear, useful and well written.
This is exactly what I was looking for information on: scheduling.
My implementation was extremely weak compared to this! Excellent stuff.