I have a Silverlight project, where styles are in a separate assembly. There is a Style.xaml file, where the styles are. In this file e.g:
<ControlTemplate x:Key="RadRibbonButtonSmallControlTemplate" TargetType="telerik:RadRibbonButton">
where the compiler shows an error:
--> TargetType="telerik:RadRibbonButton" <--
Error 207 The name "RadRibbonButton" does not exist in the namespace "http://schemas.telerik.com/2008/xaml/presentation".
However the Telerik components are referenced. Can you help me resolve this issue?
Thank you in advance.
<ControlTemplate x:Key="RadRibbonButtonSmallControlTemplate" TargetType="telerik:RadRibbonButton">
where the compiler shows an error:
--> TargetType="telerik:RadRibbonButton" <--
Error 207 The name "RadRibbonButton" does not exist in the namespace "http://schemas.telerik.com/2008/xaml/presentation".
However the Telerik components are referenced. Can you help me resolve this issue?
Thank you in advance.