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

Trying to use ChartView3D

2 Answers 69 Views
ChartView3D
This is a migrated thread and some comments may be shown as answers.
Hila
Top achievements
Rank 1
Hila asked on 13 Dec 2016, 09:44 AM

Hi,

our license has expired, and we consider to renew it.

we really liked the new 3D chart view, and I tried to use it with a different new user which I opened and asked for 30 free trial.

I downloaded and installed the telerik UI in a different computer and everything went good.

Then I opned new WPF Telerik Project and tried to use the 3D chart view, but I can't compile it.

I added all the 3 needed references:

Telerik.Windows.Controls.ChartView;
Telerik.Windows.Data;
Telerik.Windows.Controls.Chart;

 

The error is:

SeverityCodeDescriptionProjectFileLineSuppression State
ErrorThe tag 'RadCartesianChart3D' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. Line 7 Position 10.TelerikWpfApp1c:\users\Me\documents\visual studio 2015\Projects\TelerikWpfApp1\TelerikWpfApp1\MainWindow.xaml7

 

What can I do in order to test the new chart?

Another problem:

I downloaded the Demo Application, and I want to export the demo code of the 3D ChartView to my VS in order to modify it and test it, but I can't find any way to download/export the code from there.

 

Thanks

2 Answers, 1 is accepted

Sort by
0
Hila
Top achievements
Rank 1
answered on 13 Dec 2016, 10:13 AM

UPDATE:

The problem was with the .net version .. I was on 4 and changed it to 4.5.

 

I have new problem now, The constructor of the RadChart throws exception at runtime.

I tried to add this to app.config

<runtime>
   <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
     <dependentAssembly>
       <assemblyIdentity name="Telerik.Windows.Controls" culture="neutral"publicKeyToken="5803cfa389c90ce7"/>
       <bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2013.3.1403.40"/>
     </dependentAssembly>
     <dependentAssembly>
       <assemblyIdentity name="Telerik.Windows.Controls.Input" culture="neutral"publicKeyToken="5803cfa389c90ce7"/>
       <bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2013.3.1403.40"/>
     </dependentAssembly>
     <dependentAssembly>
       <assemblyIdentity name="Telerik.Windows.Controls.Navigation" culture="neutral"publicKeyToken="5803cfa389c90ce7"/>
       <bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2013.3.1403.40"/>
     </dependentAssembly>
   </assemblyBinding>
 </runtime>

 

but it doesn't help.

0
Dinko | Tech Support Engineer
Telerik team
answered on 16 Dec 2016, 09:08 AM
Hi Stav,

Let us first start with that the RadChartView3D control should work NET 4.0 and 4.5 version without any problem. If you are using 4.0 version you have to reference the assemblies for this version. You can try deleting the Bin and Obj folders of the project manually, then clean and rebuild it and check again if any issue appears.  

Looking at the provided code snippet from your last reply, the version which is specified is 2013.3.1403.40. Keep in mind that the RadChartView3D control was introduced with the R3 2016 version of our controls. You can try downloading that latest version and referenced the following assemblies in order to run the control:
  • Telerik.Windows.Controls
  • Telerik.Windows.Controls.Chart
  • Telerik.Windows.Data
Regards,
Dinko
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
ChartView3D
Asked by
Hila
Top achievements
Rank 1
Answers by
Hila
Top achievements
Rank 1
Dinko | Tech Support Engineer
Telerik team
Share this question
or