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

Reference / Import not working - see screenshot

2 Answers 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 27 Nov 2012, 11:02 AM
Hi,

I'm using Windows 7 Ultimate, Visual Web Developer Express 2010. Silverlight 5, VB.net and a trial of Telerik 2012 Q3.

I am trying to use RadChartView. Telerik online documentation tells me I need references for:

  • Telerik.Windows.Data.dll
  • Telerik.Windows.Controls.dll
  • Telerik.Windows.Controls.Chart.dll

The first two add fine, but the third gives:

Warning    1    Namespace or type specified in the Imports 'Telerik.Windows.Controls.Chart' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.    C:\Users\myname\Documents\Visual Studio 2010\Projects\telerikchartview1\telerikchartview1\MainPage.xaml.vb    3    9    telerikchartview1

Also see screenshot.

Any ideas?

Thanks,

Jason.



2 Answers, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 28 Nov 2012, 09:11 AM
Hello Jason,

This is not the proper namespace. Try this:
Imports Telerik.Windows.Controls.ChartView

Greetings,
Petar Marchev
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Jason
Top achievements
Rank 1
answered on 28 Nov 2012, 09:31 AM
Thanks. How long has this been the case?

I think you need to update the documentation here:

http://www.telerik.com/help/silverlight/radchartview-overview.html

It's caused me a lot of wasted time.

Thanks,

Jason.
Tags
General Discussions
Asked by
Jason
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Jason
Top achievements
Rank 1
Share this question
or