Skip to content

Commit e188d30

Browse files
committed
kb(common): check the assembly version
1 parent 156c2b9 commit e188d30

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: How to find out which is the used version of Telerik.Web.UI in the web application
3+
description: See how to check the version of a .NET assembly in two different ways
4+
type: how-to
5+
page_title: How to check which is the version of the Telerik assembly
6+
slug: common-assembly-version
7+
position:
8+
tags:
9+
ticketid: 1587488
10+
res_type: kb
11+
---
12+
13+
## Environment
14+
<table>
15+
<tbody>
16+
<tr>
17+
<td>Product</td>
18+
<td>Progress® Telerik® UI for ASP.NET AJAX</td>
19+
</tr>
20+
</tbody>
21+
</table>
22+
23+
24+
## Description
25+
The solution demonstrates two different approaches to check the version of the Telerik UI for ASP.NET AJAX controls used in an ASP.NET WebForms application or website.
26+
27+
## Solution
28+
You can use two techniques to see which is the used version by your app:
29+
30+
* Open the bin folder of the app in Windows Explorer -> right-click on the assemblies -> Properties -> Details -> Product version:
31+
32+
![File Version](images/common_telerik_assembly_version.png)
33+
34+
* Load the page with the Telerik controls in the browser, go to View Source (Ctrl+U) -> Search for the following HTML comment tag string:
35+
36+
`<!-- 20` and it will reveal the used version:
37+
38+
![Product Version](images/common-view-source-telerik-version.png)
39+
40+
41+
Loading
Loading

0 commit comments

Comments
 (0)