Hi,
I am using 2.2.4.400 of http://www.quartz-scheduler.net/. It is successfully working in other projects but not in this new one which is:
If I put a break point in the constructor for the class:
public class EmailQueueProcessJob : IJobit is hit, however the execute never gets called. I have a break point placed at the top of:
public void Execute(IJobExecutionContext aContext)
{
}Looking in the database I can see the jobs being created that they are supposedly "EXECUTING" but my Execute method is never called.

There is no code in the constructor, but clearly there must be an exception or something happening somewhere to prevent the execution. Any ideas on how I can track this down?
--
You received this message because you are subscribed to the Google Groups "Quartz.NET" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quartznet+...@googlegroups.com.
To post to this group, send email to quar...@googlegroups.com.
Visit this group at http://groups.google.com/group/quartznet.
For more options, visit https://groups.google.com/d/optout.
Do you use any logging framework in your app?