Type initializer for Quartz.net throws an exception
问题 I'm taking a look at Quartz.NET 2.0 beta 1. I'm using the first example code, in my own project, my code is: class Program { static void Main(string[] args) { // First we must get a reference to a scheduler ISchedulerFactory sf = new StdSchedulerFactory(); IScheduler sched = sf.GetScheduler(); // computer a time that is on the next round minute DateTimeOffset runTime = DateBuilder.EvenMinuteDate(DateTimeOffset.UtcNow); // define the job and tie it to our HelloJob class IJobDetail job =