Older App using Telerik Rad Controls - how to upgrade

1 Answer 405 Views
Grid
Mark
Top achievements
Rank 1
Mark asked on 12 Aug 2021, 09:12 PM

Hello,  

I am new to a team of developers and one of our tasks is maintaining an older website that uses Telerik Rad controls.

I would like to identify if we need to upgrade the existing controls for security patches etc.

What is best way to determine what version of controls we have and how to update them if necessary ?

 

Thanks

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 17 Aug 2021, 10:49 AM

Hi Mark,

There are three easy ways to check the version of the Telerik.Web.UI.dll assembly, which is the main file of the Telerik ASP.NET AJAX suite:

For ASP.NET WebApplication types of projects, open the csproj file and search for “Telerik.Web.UI” - the path in the HintPath will show you the location of the Telerik.Web.UI.dll file

<Reference Include="Telerik.Web.UI">
          <HintPath>\bin\Telerik.Web.UI.dll</HintPath></Reference>

Once you have the path from the HintPath, navigate to the Telerik.Web.UI.dll in Windows Explorer, right-click, choose Properties -> Description tab and find out the version in the File Version row:

Telerik.Web.UI.dll Properties 

For ASP.NET WebSite types of projects, go to the bin folder of the web project and right-click on the Telerik.Web.UI.dll -> Properties -> Description -> see the version in the File version line.

Inspect the version in the GAC as explained in the Referencing Assemblies from the GAC article

Our recommendation is to upgrade to the latest available version of the Telerik AJAX suite which is currently 2021.1.616 (R2 2021 SP1). 

You can find more information at:

Best Regards,
Rumen
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or