This question is locked. New answers and comments are not allowed.
After downloading 2012_2_0725_Dev_hotfix (note: I did NOT change project references or migrate to the new DLLs) I started getting this error in one of my pages/User Controls ??
Error 26 Ambiguous type reference. A type named 'RadRibbonBackstage' occurs in at least two namespaces, 'Telerik.Windows.Controls' and 'Telerik.Windows.Controls'. Consider adjusting the assembly XmlnsDefinition attributes.
Project references are set to 2012_2_0607 so I don't understand why I'm getting this error? If I go to the XAML
The element <telerik:RadRibbonBackstage> will be identified as the problem with the following highlighted error "Property 'Backstage' does not support values of type 'RadRibbonBackstage'."
So 2 questions:
1. Why is this now in "two namespaces" of 'Telerik.Windows.Controls'??
2. Why would just downloading 2012_2_0725 cause this ... or did it?
Rob
Error 26 Ambiguous type reference. A type named 'RadRibbonBackstage' occurs in at least two namespaces, 'Telerik.Windows.Controls' and 'Telerik.Windows.Controls'. Consider adjusting the assembly XmlnsDefinition attributes.
Project references are set to 2012_2_0607 so I don't understand why I'm getting this error? If I go to the XAML
<
telerik:RadRichTextBoxRibbonUI
BackstageClippingElement
=
"{Binding ElementName=gridRadRtbParent}"
CollapseThresholdSize
=
"50,50"
DataContext
=
"{Binding Path=Commands, ElementName=ManageLettersRadRTB}"
Title
=
"Letter"
TitleBarVisibility
=
"Collapsed"
>
<
telerik:RadRichTextBoxRibbonUI.Backstage
>
<
telerik:RadRibbonBackstage
>
The element <telerik:RadRibbonBackstage> will be identified as the problem with the following highlighted error "Property 'Backstage' does not support values of type 'RadRibbonBackstage'."
So 2 questions:
1. Why is this now in "two namespaces" of 'Telerik.Windows.Controls'??
2. Why would just downloading 2012_2_0725 cause this ... or did it?
Rob