// Job ID: #17562
using JobScheduler.Email.Web;
var emailJobs = Activate<EmailJobs>();
await emailJobs.ExecuteJob(
FromJson<Guid>("\"793d839d-3082-42d2-943f-996c57b0ac56\""),
"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\531\s\src\v400\JobScheduler.Email.Web\EmailJobs.cs:line 188 at JobScheduler.Email.Web.EmailJobs.ExecuteJob(Guid id, String db) in C:\agent\_work\531\s\src\v400\JobScheduler.Email.Web\EmailJobs.cs:line 156 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)