Top "Quartz.net-2.0" questions

Quartz.

Quartz.Net how to create a daily schedule that does not gain 1 minute per day

I am trying to build a repeating daily schedule in Quartz.Net but having a few issues: First off, I …

c# scheduling intervals quartz.net quartz.net-2.0
Scheduling Cron Jobs With Quartz.NET

I'm trying to schedule some jobs using Quartz.NET but I cannot get it working. I tried the following code …

c# quartz-scheduler jobs quartz.net quartz.net-2.0
How to send argument to class in Quartz.Net

I'm using Quartz.Net (version 2) for running a method in a class every day at 8:00 and 20:00 (IntervalInHours = 12) Everything is OK …

c# arguments quartz.net quartz.net-2.0
Combining Quartz.Net with UI

I have been working on MVC3 project. I have just created Sample email sending job with Quartz.Net in my …

job-scheduling quartz.net-2.0
Recover from trigger ERROR state after Job constructor threw an exception?

When using Quartz.net to schedule jobs, I occasionally receive an exception when instantiating a job. This, in turn causes …

quartz.net quartz.net-2.0
Quartz.Net - Common Logging with log4net

I'm trying to implement Quartz.Net. As long as there is no logging configured everything works (the debug output shows "…

c# log4net quartz.net-2.0 common.logging log4net-configuration
How do I create a Quartz.NET’s job requiring injection with autofac

I am trying to get Quartz.net (2.1.2) to work with an IoC container (autofac), as I have services I need …

asp.net-mvc-3 autofac quartz.net-2.0
Managing configuration for Quartz.Net

Quartz.Net uses XML files to configure the jobs that are to be run and the schedules for running those …

quartz.net quartz.net-2.0
The cron-expression element is invalid

I'm trying to use quartz_jobs.xml to schedule all my jobs, but the following XML results in an error: …

cron quartz.net cronexpression quartz.net-2.0