Hi,
Since upgrading from 2013.3.1204 to 2014.1.0224.1050, this control no longer works when the application is run. It throws the below error:
The attachable property 'RichTextCommand' was not found in type 'RadRichTextBoxRibbonUI'. [Line: 18 Position: 36]
at MS.Internal.XcpImports.CreateFromXaml(UnmanagedMemoryStream stream, String sourceAssemblyName, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers, String xamlResourceUriString, Boolean isBinaryContent)
at System.Windows.Controls.Control.GetBuiltInStyle(IntPtr nativeTarget, IntPtr& nativeStyle)
The xaml I am using (which previously worked) is:
<telerik:RadRichTextBoxStatusBar
Grid.Row="1"
AssociatedRichTextBox="{Binding ElementName=editor}"
UseLayoutRounding="True" />
My first thought was that I am missing a reference, but I can't see what. I have referenced:
Telerik.Windows.Controls
Telerik.Windows.Controls.Docking
Telerik.Windows.Controls.GridView
Telerik.Windows.Controls.Input
Telerik.Windows.Controls.Navigation
Telerik.Windows.Controls.RibbonView
Telerik.Windows.Controls.RichTextBoxUI
Telerik.Windows.Data
Telerik.Windows.Documents
Telerik.Windows.Documents.Core
Telerik.Windows.Documents.Flow
Telerik.Windows.Documents.FormatProviders.Html
Any ideas?
Since upgrading from 2013.3.1204 to 2014.1.0224.1050, this control no longer works when the application is run. It throws the below error:
The attachable property 'RichTextCommand' was not found in type 'RadRichTextBoxRibbonUI'. [Line: 18 Position: 36]
at MS.Internal.XcpImports.CreateFromXaml(UnmanagedMemoryStream stream, String sourceAssemblyName, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers, String xamlResourceUriString, Boolean isBinaryContent)
at System.Windows.Controls.Control.GetBuiltInStyle(IntPtr nativeTarget, IntPtr& nativeStyle)
The xaml I am using (which previously worked) is:
<telerik:RadRichTextBoxStatusBar
Grid.Row="1"
AssociatedRichTextBox="{Binding ElementName=editor}"
UseLayoutRounding="True" />
My first thought was that I am missing a reference, but I can't see what. I have referenced:
Telerik.Windows.Controls
Telerik.Windows.Controls.Docking
Telerik.Windows.Controls.GridView
Telerik.Windows.Controls.Input
Telerik.Windows.Controls.Navigation
Telerik.Windows.Controls.RibbonView
Telerik.Windows.Controls.RichTextBoxUI
Telerik.Windows.Data
Telerik.Windows.Documents
Telerik.Windows.Documents.Core
Telerik.Windows.Documents.Flow
Telerik.Windows.Documents.FormatProviders.Html
Any ideas?