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

Field not Found

5 Answers 152 Views
GanttView
This is a migrated thread and some comments may be shown as answers.
Tobias
Top achievements
Rank 1
Tobias asked on 17 Jul 2014, 09:45 AM
I'm getting an error right away when using RadGanttView, the error is as follows:

Field not found: 'Telerik.Windows.Controls.Scheduling.DragAndDropSettings.DefaultDataConverter'

It looks to me like an reference issue, but I just can't figure out what I'm doing wrong. I'm already using RadChartesianChart and RadPieChart 

This is my code:

<UserControl x:Class="AVT.HMI.Components.Charting.ProcessChart"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
             xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
             mc:Ignorable="d" 
             d:DesignHeight="300" d:DesignWidth="300">
    <Grid>
        <telerik:RadGanttView/>
    </Grid>
</UserControl>

These are my references:

    <Reference Include="Telerik.Windows.Controls, Version=2014.2.617.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Telerik\Telerik.Windows.Controls.dll</HintPath>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.Chart, Version=2014.2.617.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Telerik\Telerik.Windows.Controls.Chart.dll</HintPath>
    </Reference>
    <Reference Include="Telerik.Windows.Controls.GanttView, Version=2014.2.617.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <HintPath>Telerik\Telerik.Windows.Controls.GanttView.dll</HintPath>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
    <Reference Include="Telerik.Windows.Data, Version=2014.2.617.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>Telerik\Telerik.Windows.Data.dll</HintPath>
    </Reference>
    <Reference Include="Telerik.Windows.Scheduling.Core, Version=2014.2.617.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
      <HintPath>Telerik\Telerik.Windows.Scheduling.Core.dll</HintPath>
      <SpecificVersion>False</SpecificVersion>
    </Reference>

5 Answers, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 18 Jul 2014, 10:49 AM
Hello Tobias,

Thank you for contacting us.

We are not sure what exactly is the cause of the issue that you are experiencing. Could you give us more details about the observed issue:
  • Is this issue an exception that crashes the application or it is observed as a non critical exception
  • Which version of the Telerik assemblies are you using the XAML or the No.XAML assemblies
  • Are there any customizations applied to the Styles/Templates of the RadGanttView control or any other Telerik control

I created and attached a sample project which shows how the RadGanttView control could be declared. Could you try to reproduce the issue in that sample project and let us know what are the required steps. Looking forward to your response.


Regards,
Vladi
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Joel
Top achievements
Rank 1
Iron
answered on 04 Jan 2019, 02:45 PM

I know this is an old post. But i have just encountered the same problem. My problem was after upgrade the solution from .Net Framework 4.0 to .Net Framework 4.5, i didn't upgrade the telerik reference. They still refer to 2018.3.xxx.40 dll. Once i upgrade to 2018.3.xxx.45, the error disappeared.

0
Dinko | Tech Support Engineer
Telerik team
answered on 08 Jan 2019, 11:58 AM
Hi Joel,

I have double test the project from my colleague Vladimir with the latest version of our controls and haven't got any errors. Can you confirm that this error appears on your side using the same project? May I ask you to share some additional information about your set up. Which version of VS are you using? What is the OS of the machine which you are working on? If this project does not reproduce this error, can you modify it to mimic your application set-up so this error appears and send it to me for further investigation?

Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Joel
Top achievements
Rank 1
Iron
answered on 08 Jan 2019, 01:03 PM

Hi Dinko,

  Don't worry about it. It is on my side.The solution was re-targeted from framework 4.0 to 4.5. I am putting up a post here to remind myself (and perhaps others) what needs to be done in case the same error shows up again in the future.

0
Dinko | Tech Support Engineer
Telerik team
answered on 08 Jan 2019, 02:47 PM
Hi Joel,

Thank you for sharing your solution so that the community can take advantage of it.

Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
GanttView
Asked by
Tobias
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Joel
Top achievements
Rank 1
Iron
Dinko | Tech Support Engineer
Telerik team
Share this question
or