Telerik.Charting in RadControls for ASP.NET AJAX Q3 2008

Posted by: the telerik blogs, on 17 Oct 2008 | View original | Bookmarked: 0 time(s)

There is no Telerik.Charting.dll anymore. It is now merged into Telerik.Web.UI. You will no more have to worry about its version and its registration in Web.config or replacing it in GAC when new version is out. Here are the steps you need to take when upgrading your applications from RadControls for ASP.NET AJAX version prior to Q3 2008 to RadControls for ASP.NET AJAX Q3 2008 and later:

If you have Telerik.Charting installed in GAC (this used to be the default RadControls installer action) replace the following Register directive

<% Register Assembly="Telerik.Charting, Version=2.0.5.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763" Namespace="Telerik.Charting" TagPrefix="telerik" %>   with this one: <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Charting" TagPrefix="telerik" %>

You will also need to remove the Telerik.Charting registration from your web.config file. In the <system.web> <compilation> <assemblies> section you will find this line:

<add assembly="Telerik.Charting, Version=2.0.5.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>

Simply remove it.

 

If you do not have Telerik.Charting installed in GAC (you use it from the local Bin folder) replace this Register directive

<%@ Register Assembly="Telerik.Charting" Namespace="Telerik.Charting" TagPrefix="telerik" %>   with this one: <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Charting" TagPrefix="telerik" %>

That is, simply change the Assembly from Telerik.Charting to Telerik.Web.UI. You will also need to remove Telerik.Charting.dll from Bin folder.

In case you have a web application, you will need to remove the reference to Telerik.Charting.

 

This one-time effort will allow you to upgrade to future versions of Telerik.Web.UI  by simply replacing the Telerik.Web.UI.dll without worrying about the fully qualified name of Telerik.Charting and whether the correct version is available in GAC or in the local Bin folder.

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: ASP.NET | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 2316 | Hits: 7

Similar Posts

  • Connecting to SQL Azure with Telerik OpenAccess more
  • Get Ready for Teleriks Custom-built Extensions for ASP.NET MVC more
  • RadControls for Silverlight 3 Q3 2009 bringing more richness and interactivity to your applications more
  • DevReach Follow-up, Part I more
  • WebAii Testing Framework Support for Extended Silverlight RadControls more
  • Binding Hierarchical RadGrid for ASP.NET Ajax with Telerik OpenAccess ORM more
  • Telerik Releases New Controls for Silverlight 3 and WPF more
  • Using the Telerik OpenAccess WCF Wizard with Multiple Versions of OpenAccess more
  • Telerik Announced Official Version of Visual Style Builder for AJAX Controls more
  • Silverlight: RadChart for Export to Image more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD