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?
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?