Skip to content

Commit 0c9c1c9

Browse files
authored
Update versions-upgrade.md
1 parent e5373ce commit 0c9c1c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

knowledge-base/versions-upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Versions Upgrade
3-
description: Versions Upgrade - Installation Deployment and Distribution
2+
title: Version Upgrade
3+
description: Version Upgrade - Installation, Deployment, and Distribution
44
type: how-to
55
page_title: Versions Upgrade Error
66
slug: versions-upgrade
77
position: 0
8-
tags: upgrade, project, version, installation
8+
tags: common, upgrade, project, version, installation
99
res_type: kb
1010
redirect_to: /knowledge-base/versions-upgrade
1111
---
@@ -24,7 +24,7 @@ In a .NET Framework project, after [installing a new version]({%slug winforms/in
2424
2525
![installation-deployment-and-distribution-versions-upgrade 001](images/installation-deployment-and-distribution-versions-upgrade001.png)
2626

27-
A common reason for this error is if the project is still referring to the previous version of the Telerik UI for WinForms. In this case, carefully check the references to all Telerik controls in your project and make sure that they are the same version considering the suffix as well (.462 or .48). Better yet, you can remove all references and add them anew by using the DLLs from your fresh installation. After that, you should rebuild your project, close Visual Studio and open it again to make sure that no references are kept in the memory by Visual Studio.
27+
A common reason for this error is that the project is still referring to the previous version of the Telerik UI for WinForms. In this case, carefully check the references to all Telerik controls in your project and make sure that they are the same version, considering the suffix as well (.462 or .48). Better yet, you can remove all references and add them anew by using the DLLs from your fresh installation. After that, you should rebuild your project, close Visual Studio, and open it again to make sure that no references are kept in memory by Visual Studio.
2828

2929

3030
## See Also

0 commit comments

Comments
 (0)