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

'ChartSeries' is ambiguous

2 Answers 86 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 05 Feb 2009, 07:51 PM
'ChartSeries' is ambiguous in the namespace 'Telerik.Charting'. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\adminappv3\94260fb8\310281c1\App_Web_krs998vr.16.vb 200 

Interesting as I was working from home, same code copied/pasted onto work system and receive
the error message listed above. Below are the register for the items?

<%

@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>

 

<%

@ Register TagPrefix="telerik" Namespace="Telerik.Charting" Assembly="Telerik.Web.UI" %>

This is actually taken from an example as am just starting to work with the Charting stuff, had it
working at home and thought with a few changes to the datasource would be fine.

Any idea's would be helpful, starting to thing about the differences on the physical systems now?

Thanks!

 

2 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 06 Feb 2009, 08:33 AM
Hello James,

Is is possible that you have different versions at home and in the office? With the release of RadControls Q3 2008 we IL merged Telerik.Charting assembly into Telerik.Web.UI. Now you will have to remove the Telerik.Charting assembly from the Bin folder of your project (or GAC) and remove any references to it. You may also need to delete the ASP.NET cache (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files folder).

You can find more details in this help topic.

All the best,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
James
Top achievements
Rank 1
answered on 06 Feb 2009, 10:24 PM
From I got from this is the telerik stuff is either in the GAC or the \bin of the application, correct? We seem to have
it in both places? I didn't setup and could just be a oversight that is coming up now cause of the merge of the chart
stuff.

I am thinking simply remove the items from the bin and leave the GAC alone, clear the temp files and see what
happens.
Tags
Chart (Obsolete)
Asked by
James
Top achievements
Rank 1
Answers by
Ves
Telerik team
James
Top achievements
Rank 1
Share this question
or