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

Error in creating RAD Gauge

1 Answer 135 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
Paul Sugg
Top achievements
Rank 1
Paul Sugg asked on 10 Apr 2013, 09:28 AM
Hi Telerik team,
 
Please help me on one issue with Telerik Controls.

When I create a simple Rad Gauge control  in my project  I get a namespace error. The project is done in Visual studio 2008. I dont have much idea about rad Gauge creation. Please explain about this error and how to solve this.
 
The error is "The tag 'RadRadialGauge' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'."
 
 
I mention below  the code that  implemented in the project for the control creation.
----------------------------------------------------------------------------------------------------------
<Window x:Class="Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="300" Width="300" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation">
    <Grid>
       <telerik:RadRadialGauge x:Name="radialGauge" Width="300" Height="300">
    <telerik:RadialScale Min="1"
                         Max="12">
        <telerik:RadialScale.Indicators>
            <telerik:Needle />
            <telerik:Pinpoint/>
        </telerik:RadialScale.Indicators>
    </telerik:RadialScale>
</telerik:RadRadialGauge>
    </Grid>
</Window>
------------------------------------------------------------------------------------------------------------

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 10 Apr 2013, 03:06 PM
Hello Gopal,

Please make sure that you are referencing the necessary DLLs in your project. You can find details here:

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

Kind regards,
Andrey Murzov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Gauges
Asked by
Paul Sugg
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or