Hi,
I'm regularly getting the following exception whenever I move around my Window with a RadBusyIndicator in it. There are multiple windows, each with their own busy indicator. (The Window is a template, and is filled dynamically at runtime.
01.No Title02.System.NullReferenceException was unhandled03. HResult=-214746726104. Message=Object reference not set to an instance of an object.05. Source=Telerik.Windows.Controls06. StackTrace:07. at Telerik.Windows.Automation.Peers.RadBusyIndicatorAutomationPeer.GetCustomPropertyValuesCore()08. at Telerik.Windows.Automation.Peers.RadBusyIndicatorAutomationPeer.GetItemStatusCore()09. at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()10. at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()11. at System.Windows.Automation.Peers.AutomationPeer.UpdatePeer(Object arg)12. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)13. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)14. at System.Windows.Threading.DispatcherOperation.InvokeImpl()15. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)16. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)17. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)18. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)19. at System.Windows.Threading.DispatcherOperation.Invoke()20. at System.Windows.Threading.Dispatcher.ProcessQueue()21. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)22. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)23. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)24. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)25. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)26. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)27. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)28. InnerException:
Any ideas?
Thanks!
