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

Problem with the RadRadialGuage

3 Answers 210 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
Nir
Top achievements
Rank 1
Nir asked on 31 Jan 2012, 09:57 AM
Hi,
I am new to the RadRadialGauge,

I tried to create a Radial Gauge like explain in the site.

i have added the two dll:
  • Telerik.Windows.Controls.DataVisualization.dll
  • Telerik.Windows.Controls.dll
and the namespace:
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

my xaml look like this:
<Window x:Class="Guage.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        Title="MainWindow" Height="350" Width="525">
    <Grid>
        <telerik:RadRadialGauge x:Name="radialGauge"
                        Width="300"
                        Height="300">
        </telerik:RadRadialGauge>
    </Grid>
</Window>

I am getting an error when i am compiling the project:
"The tag 'RadRadialGauge' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. Line 7 Position 10."
"The type 'telerik:RadRadialGauge' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built."

What am i doing wrong?
Thanks,

3 Answers, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 02 Feb 2012, 08:35 AM
Hi Nir,

It looks like you are trying to use Telerik assemblies compiled for .NET Framework 4.0 in the WPF application which is targeted to the .NET Framework 3.5. It will not work.

Regards,
Andrey Murzov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Nir
Top achievements
Rank 1
answered on 02 Feb 2012, 11:27 AM
Hi Andrey,

I tried again and made sure that I am working with .NET Framework 4.0
and i am still getting this error.

Thanks.
0
Andrey
Telerik team
answered on 07 Feb 2012, 11:27 AM
Hello Nir,

Could you, please, open a formal support ticket and send us your problematic solution with its binaries to me, so I could check what is wrong with it?

All the best,
Andrey Murzov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

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