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

WPF Chart with Live Data example

2 Answers 339 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 24 Jan 2011, 04:29 PM
Hello,
I am trying to recreate the performance "Live Data" example that is provided in the demos application. I am working with VS2010 .net 4.0 in VB.

My problem is in compiling the application i get the following error.

Error 1 Unknown build error, 'Cannot resolve dependency to assembly 'Telerik.Windows.Data, Version=2010.3.1314.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. Line 16 Position 50.'  C:\Users\Paul Wheeler\documents\visual studio 2010\Projects\Telerik Chart Live Data\Telerik Chart Live Data\Example.xaml 16 50 Telerik Chart Live Data.

is there a simple VB example that is available.
I looked at the VB example that came with the download but it is in C#.

Thanks

2 Answers, 1 is accepted

Sort by
0
Missing User
answered on 26 Jan 2011, 03:52 PM
Hello Paul,

I have prepared a simple WPF Browser Application "Live Data" example in VB. You can find it in the attached file. It seems that the error is because of a missing reference. You can try to add a reference to Telerik.Windows.Data in your project.

You can also find the online "Live Data" demo here http://demos.telerik.com/wpf/?Chart/LiveData (open it with IE).

Greetings,
Polina
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Paul
Top achievements
Rank 1
answered on 27 Jan 2011, 02:52 PM
Thank you for the response. The problem was the controls did not add the data.dll into VS2010
Tags
Chart
Asked by
Paul
Top achievements
Rank 1
Answers by
Missing User
Paul
Top achievements
Rank 1
Share this question
or