quartz.net
How do I inject my repositories/interfaces in a class which requires an empty constructor?
In my controllers, I access my repositories like so: private readonly IProjectRepository projectRepository;[详细]
2023-01-12 10:22 分类:问答schedulercontext quartz.net
I have several jobs scheduled with Quartz.net.I have the same job detail being repeated for every job like the email address, user id....开发者_运维知识库[详细]
2023-01-11 23:16 分类:问答quartz.net abstract base class
This link suggests to create an abstract base class that can read the job data map information for Quartz.net and each of the jobs will derive from this base class.[详细]
2023-01-11 20:03 分类:问答Update Quartz.NET Job DLL without Service Restart
I just started with Quartz.net and I have it running as a service. I created a Job and moved the resulting .dll to the Quartz folder and added a new entry to the jobs.xml file to kick it off every 3 s[详细]
2023-01-08 23:22 分类:问答Quartz.Net jobs not always running - can't find any reason why
We\'re using Quartz.Net to schedule about two hundred repeating jobs.Each job uses the same IJob implementing class, but they can have different schedules.In practice, they end up having the same sche[详细]
2023-01-08 18:53 分类:问答Why does Quartz.Net seem to require my project to target the full .NET Framework 4?
I\'ve started using Quartz.Net in a class library project I have.It seems to need require my proj开发者_StackOverflowect to target the full .NET Framework 4, or else I get“type or namespace name coul[详细]
2023-01-08 03:10 分类:问答Ways of scheduling tasks (without writing windows scheduler) in asp.net
I am into shared hosting and they do not allow me to use windows scheduler... So what are the ways of achieving scheduled tasks ie(timed mail) in asp.net... I just saw background process by Jeff Atwoo[详细]
2023-01-07 11:20 分类:问答Quartz.net setup in an asp.net website
I\'ve just added quartz.net dll to my bin and started my example. How do I call a C# method using quartz.net based on time?[详细]
2023-01-07 07:15 分类:问答Quartz.NET, "Error communicating with remote scheduler."
I\'m having trouble getting a client/server implementation of Quartz.NET working. I have a SQL Server on ServerA, a server running Quartz as a service (ServerB) and a server which hosts an ASP.NET ap[详细]
2023-01-06 11:37 分类:问答Retrieving Quartz.net job information from ASP.Net app
We have a Quartz.Net installation running as a Windows Service. That\'s running fine. We also have a ASP.Net app that adds/edits jobs and monitors jobs. We occasionally get an error in the ASP.Net app[详细]
2023-01-06 07:52 分类:问答