// Job ID: #890
using JobScheduler.Email.Web;
var emailJobs = Activate<EmailJobs>();
await emailJobs.ExecuteJob(
FromJson<Guid>("\"6b6f23d4-b372-4cff-9c2c-1ccdd1cb0f7e\""),
"CEC");
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| RetryCount | |
| Time | |
Retry attempt 1 of 10: CEC: Object reference not set to an instance of a…
An exception occurred during performance of the job.
CEC: Object reference not set to an instance of an object.
System.Exception: CEC: Object reference not set to an instance of an object. at JobScheduler.Email.Web.EmailJobs.ExecuteJobInternal(Guid id, String db) in C:\agent\_work\505\s\src\v400\JobScheduler.Email.Web\EmailJobs.cs:line 149 at JobScheduler.Email.Web.EmailJobs.ExecuteJob(Guid id, String db) in C:\agent\_work\505\s\src\v400\JobScheduler.Email.Web\EmailJobs.cs:line 117 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)