Hi, the following error occurs every 10 minutes on our MVC website. When we add an email address to the SMTP settings it causes an e-mail to be sent each time the error occurs:Source: WebFarmTaskProcessor
EventCode: System.IndexOutOfRangeException_System.Data
Description: Message: Cannot find table 0.
Exception type: System.IndexOutOfRangeException
Stack trace:
at System.Data.DataTableCollection.get_Item(Int32 index)
at CMS.WebFarmSync.WebFarmTaskInfoProvider.DeleteOrphanedTasks()
at CMS.WebFarmSync.WebFarmTaskProcessor.DoMaintenance()
We are not using the website in a WebFarm.If we disable WebFarm we are prompted to keep it enabled for the CMS and MVC projects to continue to work properly.We managed to suppress the error based on it's EventCode within the LogEvent_Before method.Whilst suppressing the error does work, the same error occurs with different EventCodes.We would prefer to resolve the error than to suppress it.The error does not seem to cooincide with any of the Scheduled Tasks.Is anybody aware of this error, it's cause and how we might resolve it please?
↧