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

[Solved] Telerik.Charting

1 Answer 131 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
viscious
Top achievements
Rank 1
viscious asked on 05 Jun 2008, 12:34 AM
I am not sure what is causing it, but for some reason I keep getting an assembly reference to Telerik.Charting added to my web.config file.

This is annoying because it is referencing a gac assembly (why is telerik.charting in my GAC? I didn't put it there), and when I copy the files to the production machine that does not have the Telerik.Charting in the GAC I get a compilation error because of it.  And I have to go in and remove it from the Web.config.

I don't use Telerik.Charting, so I am assuming another control that i drag onto a page from the toolbox is causing this assembly to appear.  Although I can't image what control it would be (I am using Telerik Script Manager, Grid, Combo box, and slider).

To summarize
1.  Why is Telerik.Charting in my GAC to begin with?
2.  What control has a dependency on Telerik.Charting?

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 06 Jun 2008, 03:45 PM
Hi viscious,

Please, check this forum thread for details about Telerik.Web.UI and Telerik.Charting.

Indeed, when deploying application you will need to copy Telerik.Charting.dll to the bin folder of the web application on the server.

Onto your questions:
  1. Telerik.Charting is installed in GAC as it is used by both RadControls for ASP.NET AJAX and RadControls for WinForms.
  2. From RadControls for ASP.NET AJAX it is only RadChart which needs Telerik.Charting. However, as RadChart is in Telerik.Web.UI, there is a dependence between Telerik.Web.UI.dll and Telerik.Charting.dll
Hope this helps.

Best wishes,
Ves
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
viscious
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or