This is a migrated thread and some comments may be shown as answers.

RadGauge does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls

1 Answer 180 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
Shirley
Top achievements
Rank 1
Shirley asked on 26 Mar 2012, 08:06 PM
Hi,

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

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 29 Mar 2012, 03:18 PM
Hi Shirley,

You are using gauges in a wrong way. I would recommend you to take a look into the following sample in our demo application:

http://demos.telerik.com/silverlight/#Gauge/FirstLook

and read this topic in the online help:

http://www.telerik.com/help/silverlight/radgauge-getting-started-creating-radial-gauge.html

Regards,
Andrey Murzov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Gauge
Asked by
Shirley
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or