InnerException: Add failed. Duplicate key value supplied.
Message: System.ArgumentException: Add failed. Duplicate key value supplied. at Microsoft.VisualBasic.Collection.Add(Object Item, String Key, Object Before, Object After) at DotNetNuke.Services.Scheduling.DNNScheduling.CoreScheduler.AddToScheduleInProgress(ScheduleHistoryItem objScheduleHistoryItem) in C:\DotNetNuke\Providers\SchedulingProviders\DNNScheduler\Scheduler.vb:line 310 at DotNetNuke.Services.Scheduling.DNNScheduling.CoreScheduler.WorkStarted(SchedulerClient& objSchedulerClient) in C:\DotNetNuke\Providers\SchedulingProviders\DNNScheduler\Scheduler.vb:line 558
This just started happening, not too long ago. I've been ignoring it since it hasn't stopped the show, but I would like to solve the problem. Where do I begin to troubleshoot this error? I looked at the scheduler.vb code, but didn't seem to get anywhere with that.
Thanks! |