Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Gauges > Problem with the RadRadialGuage

Not answered Problem with the RadRadialGuage

Feed from this thread
  • Nir avatar

    Posted on Jan 31, 2012 (permalink)

    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,

    Reply

  • Andrey Andrey admin's avatar

    Posted on Feb 2, 2012 (permalink)

    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 >>

    Reply

  • Nir avatar

    Posted on Feb 2, 2012 (permalink)

    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.

    Reply

  • Andrey Andrey admin's avatar

    Posted on Feb 7, 2012 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Gauges > Problem with the RadRadialGuage
Related resources for "Problem with the RadRadialGuage"

WPF Gauge Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]