Skip to content

Commit e2c3963

Browse files
authored
Add .NET Framework specifics in update article
1 parent 9d71004 commit e2c3963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installation-and-upgrades/versions-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ position: 4
1010

1111
# Versions Upgrade
1212

13-
After [installing a new version]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}) of the Telerik UI for WinForms suite you may encounter design time errors and inability to build your project.
13+
In a .NET Framework project, after [installing a new version]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}) of the Telerik UI for WinForms suite, you may encounter design-time errors and an inability to build your project.
1414

15-
>caption Figure 1. Error after installing a new version
15+
>caption Figure 1. Visual Studio designer error after installing a new version
1616
1717
![installation-deployment-and-distribution-versions-upgrade 001](images/installation-deployment-and-distribution-versions-upgrade001.png)
1818

19-
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 (.20 or .40). Better yet, you can remove all references and add them anew by using the DLLs from your fresh installation. Delete the *license.licx* file if such is present in the project. 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.
19+
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. Delete the *license.licx* file if such is present in the project. 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.
2020

2121

2222
## See Also

0 commit comments

Comments
 (0)