This question is locked. New answers and comments are not allowed.
We are using the Editor sample application for a project and sometimes we receive a Client Side Error with the following stack trace:
Message: Unhandled Error in Silverlight Application [Arg_NotImplementedException]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. Seehttp://go.microsoft.com/fwlink/?linkid=106663&Version=5.0.10411.00&File=mscorlib.dll&Key=Arg_NotImplementedException at Telerik.Windows.Documents.UI.DocumentPrintPresenter.GetDocumentPositionFromViewPoint(Point viewPoint)
at Telerik.Windows.Documents.UI.Layers.TableDecorationLayers.TableMovement.TableMovementUILayer.OnMove(MouseEventArgs e)
at Telerik.Windows.Documents.UI.Layers.TableDecorationLayers.TableMovement.TableMovementUILayer.<>c__DisplayClass2.<MouseMove>b__0()
at Telerik.Windows.Documents.Utils.DelayedExecution.ExecuteAction(Boolean asynch)
at Telerik.Windows.Documents.Utils.DelayedExecution.timer_Tick(Object sender, EventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
Any ideas why this is happening?
Message: Unhandled Error in Silverlight Application [Arg_NotImplementedException]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. Seehttp://go.microsoft.com/fwlink/?linkid=106663&Version=5.0.10411.00&File=mscorlib.dll&Key=Arg_NotImplementedException at Telerik.Windows.Documents.UI.DocumentPrintPresenter.GetDocumentPositionFromViewPoint(Point viewPoint)
at Telerik.Windows.Documents.UI.Layers.TableDecorationLayers.TableMovement.TableMovementUILayer.OnMove(MouseEventArgs e)
at Telerik.Windows.Documents.UI.Layers.TableDecorationLayers.TableMovement.TableMovementUILayer.<>c__DisplayClass2.<MouseMove>b__0()
at Telerik.Windows.Documents.Utils.DelayedExecution.ExecuteAction(Boolean asynch)
at Telerik.Windows.Documents.Utils.DelayedExecution.timer_Tick(Object sender, EventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
Any ideas why this is happening?