Hi,
I cannot reproduce this exception though a few of our users had came across this error, could someone please shed some light on this.
We are using Q3 2010 - v2010.3.1110.1040 and if it helps we are using the HTML format provider.
Thanks,
Vic
[Arg_InvalidCastException]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60129.0&File=mscorlib.dll&Key=Arg_InvalidCastException
StackTrace:
at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
at MS.Internal.XcpImports.MethodEx(DependencyObject obj, String name)
at MS.Internal.XcpImports.UIElement_UpdateLayout(UIElement element)
at Telerik.Windows.Documents.UI.DocumentPresenterBase.Telerik.Windows.Controls.IDocumentEditorPresenter.UpdateLayout()
at Telerik.Windows.Controls.RadRichTextBox.UpdateEditorLayout(Boolean focusCarret, Boolean updateCaretSize)
at Telerik.Windows.Controls.RadRichTextBox.document_PresentationChanged(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at Telerik.Windows.Documents.Model.RadDocument.OnPresentationChanged()
at Telerik.Windows.Documents.Model.RadDocument.DeleteRange(DocumentPosition fromPosition, DocumentPosition toPosition)
at Telerik.Windows.Documents.Commands.DeleteRangeCommand.ExecuteCore(Object context)
at Telerik.Windows.Documents.Commands.CommandBase.Execute(Object context)
at Telerik.Windows.Documents.Commands.CompositeCommand.ExecuteCore(Object context)
at Telerik.Windows.Documents.Commands.CommandBase.Execute(Object context)
at Telerik.Windows.Documents.Commands.DeleteCommand.ExecuteCore(SelectionBasedCommandContext context)
at Telerik.Windows.Documents.Commands.SelectionBasedCommand.ExecuteCore(Object context)
at Telerik.Windows.Documents.Commands.CommandBase.Execute(Object context)
at Telerik.Windows.Documents.Commands.InsertCommandBase.ExecuteCore(Object context)
at Telerik.Windows.Documents.Commands.CommandBase.Execute(Object context)
at Telerik.Windows.Documents.Model.RadDocument.ExecuteCommand(CommandBase command, DocumentCommandContext context)
at Telerik.Windows.Documents.UI.DocumentWebLayoutPresenter.<>c__DisplayClass1.<caretUI_TextInserted>b__0()