Can you paste the code that are you using to schedule the job ?
> --
> You received this message because you are subscribed to the Google Groups "Quartz.NET" group.
> To post to this group, send email to quar...@googlegroups.com.
> To unsubscribe from this group, send email to quartznet+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/quartznet?hl=en.
>
Sorry if I'm coming to the thread a bit late but whey are you setting the start date to be in the past by 3+ days?
trigger.StartTimeUtc = DateTime.Now.AddDays(-3).AddSeconds(15);
I can see if the refire policy is set to "Skip" where this might not make a difference...sorry if this is a dumb question...I use these emails as a chance to learn as well...
Best Regards,
Mark Gillen