Help with error - GlobalExceptionHandlers

Hi all,

I keep getting the following error. Happens maybe 5 to 10 times a day. Could anyone help me please?

EPIC FAIL: Object reference not set to an instance of an object: Object reference not set to an instance of an object

System.NullReferenceException: Object reference not set to an instance of an object
at System.Threading.Timer+Scheduler.ShrinkIfNeeded (System.Collections.Generic.List`1 list, Int32 initial) <0x7f7131e4a800 + 0x00022> in :0
at System.Threading.Timer+Scheduler.SchedulerThread () <0x7f7131e49f40 + 0x0060d> in :0
at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) <0x7f7131cab010 + 0x00099> in :0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) <0x7f7131ca9850 + 0x0016e> in :0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) <0x7f7131ca9820 + 0x00020> in :0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) <0x7f7131ca9770 + 0x00059> in :0
at System.Threading.ThreadHelper.ThreadStart () <0x7f7131cab1d0 + 0x0002e> in :0


This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.