Sitefinity ASP.NET CMS - Content Management System

KB Article

Home >  Support >  Knowledge Base >  KB Article
How to upgrade RadControls - ID#1052
Rating: Not rated
Last Modified: 9/2/2008
Related categories: General;

Article information

Article relates to

Sitefinity 3.2 Hotfix 1616 

Created by

 Georgi Chokov

Last modified by

 Rebecca


To upgrade Sitefinity 3.2SP2 Hotfix 1616 to use the latest RadControls, follow the steps below:

1. Open the application web.config file and in the <assemblyBinding> element, specify the binding redirection information for the new Telerik.Web.UI assembly:

<runtime> 
.. 
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
      <probing privatePath="bin;sitefinity\admin\bin" /> 
      <dependentAssembly> 
        <assemblyIdentity  
          name="Telerik.Web.UI"  
          publicKeyToken="121fae78165ba3d4"  
          culture="neutral" /> 
        <bindingRedirect  
          oldVersion="2008.1.515.20"  
          newVersion="2008.2.708.20" /> 
       </dependentAssembly> 
    </assemblyBinding> 
.. 
</runtime> 

2. Delete the existing Telerik.Web.UI assembly from your project bin folder and place the new version of the assembly.

3. Some versions of Telerik.Web.UI assembly are dependent of Telerik.Charting, so we should update Telerik.Charting as well.

4. Make sure that the ASPNET worker process has full access to the new assembly.


Article Comments

There are no comments yet.
Please Sign In to rate this article or to add it to your favorites.