I use Prometheus RadGrid, RadCalendar, etc. in my applications. But I do not use Charting. However, Prometheus automatically inserts Telerik.Charting assembly into my web.config.
It doesn't cause a problem on my localhost, because the assembly is in GAC. But it fails my application on the production server, because the assembly is not there..
<add assembly="Telerik.Charting, Version=1.7.2.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763" /> |
It doesn't cause a problem on my localhost, because the assembly is in GAC. But it fails my application on the production server, because the assembly is not there..