I am new using Telerik, I want to add a Gadhet to my project.
<
UserControl x:Class="BSCIndicators.MainPage"
xmlns:control="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Gauge"
xmlns:gauge="clr-namespace:Telerik.Windows.Controls.Gauges;assembly=Telerik.Windows.Controls.Gauge"
xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480">
<Grid x:Name="LayoutRoot">
<control:RadGauge>
</control:RadGauge>
</Grid>
</
UserControl>
But I get this error: Error 107 The tag 'RadGauge' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Gauge'. C:\POWERFINOTEX\BSCFinotex\BSCIndicators\BSCIndicators\MainPage.xaml 12 14 BSCIndicators
Can you help me?
Thanks,
Shirley Sanjuan