This question is locked. New answers and comments are not allowed.
Hi,
I am using radrichtextbox for creating document in my project. Wherein I drag n drop some object from treeview.
And after configuring them, I save it to database. You can refer screenshot for actual understanding.
While saving save service is getting called and after saving there is another sarvice call to load same document back.
While loading document back I get following error at Application_UnhandledException :
at Telerik.Windows.Documents.UI.DocumentPresenterBase.ChangeVerticalScrollOffset(Double newValue)
at Telerik.Windows.Documents.UI.DocumentPresenterBase.dragTimer_Tick(Object sender, EventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
Please, help me in this case.
Thanks in advance.
Kiran Ghanwat
I am using radrichtextbox for creating document in my project. Wherein I drag n drop some object from treeview.
And after configuring them, I save it to database. You can refer screenshot for actual understanding.
While saving save service is getting called and after saving there is another sarvice call to load same document back.
While loading document back I get following error at Application_UnhandledException :
at Telerik.Windows.Documents.UI.DocumentPresenterBase.ChangeVerticalScrollOffset(Double newValue)
at Telerik.Windows.Documents.UI.DocumentPresenterBase.dragTimer_Tick(Object sender, EventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
Please, help me in this case.
Thanks in advance.
Kiran Ghanwat