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

The type 'DataAxisTicksItemsControl' was not found

1 Answer 35 Views
Map
This is a migrated thread and some comments may be shown as answers.
Gilmar
Top achievements
Rank 1
Gilmar asked on 23 May 2013, 07:32 PM
I am using the object RadMap with version 2012.3.1129.1050 library Telerik.Windows.Controls.DataVisualization but the boot screen that has this component gives the following error

The type 'DataAxisTicksItemsControl' was not found

After this error upgraded version 2013.1 220 but the error persists.

What might be happening?

Below is my code in xaml

<UserControl xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"  x:Class="Glaucus.Ferramentas.Especifico.Odontograma.teste"
    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:DesignHeight="600" d:DesignWidth="1000">
    
    <Grid x:Name="LayoutRoot" Background="White">
            <telerik:RadMap />
    </Grid>
</UserControl>

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 24 May 2013, 08:40 AM
Hello Gilmar,

Unfortunately we are not able to reproduce this problem locally using just the code snippet you sent.
Could you, please, provide us with your solution or with a small sample solution which reproduces it? Please, include the DLLs that you reference in your solution.

Regards,
Andrey Murzov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Map
Asked by
Gilmar
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or