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

Handling Telerik Upgrades

3 Answers 62 Views
Let's talk about telerik (the good and the bad)
This is a migrated thread and some comments may be shown as answers.
m
Top achievements
Rank 1
m asked on 25 Mar 2009, 06:09 PM
I'm curious how others are handling Telerik upgrades in their environment. We have multiple custom applications in our intranet environment using RC ASP.NET Q2 2008. When deciding to move to the later release for new applications, are you mandating that all older applications be upgraded or allow Telerik version inconsistencies?

3 Answers, 1 is accepted

Sort by
0
Scott Li
Top achievements
Rank 1
answered on 26 Jul 2010, 10:00 PM
I don't know why there is no answer for the question, actually, I am asking the same question.  Can anyone give us an answer?

Thanks,

Scott
0
Sebastian
Telerik team
answered on 27 Jul 2010, 10:57 AM
Hi guys,

You may consider using the VSX Upgrade Wizard to perform automatic upgrade to the latest version of RadControls for ASP.NET AJAX. Additionally, you can refer to the release notes and this topic from the online documentation regarding any changes made in the components:

http://www.telerik.com/products/aspnet-ajax/whats-new/release-history.aspx
http://www.telerik.com/help/aspnet-ajax/radcontrols-changes-backwards-compatibility.html

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 29 Aug 2010, 03:43 AM
I always just put an assembly binding in my webconfig...seems to be the smoothest way we've found to update the Telerik.Web.UI

<dependentAssembly>
    <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" culture="neutral"/>
    <bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2010.2.713.40"/>
</dependentAssembly>
Tags
Let's talk about telerik (the good and the bad)
Asked by
m
Top achievements
Rank 1
Answers by
Scott Li
Top achievements
Rank 1
Sebastian
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Share this question
or