You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation-and-upgrades/upgrade-project.md
+27-37Lines changed: 27 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,73 +10,63 @@ position: 4
10
10
11
11
# How to Upgrade Telerik UI for WinForms Project
12
12
13
-
This article explains how to upgrade your Telerik UI for WinForms project to a newer version. You can upgrade using one of the following methods:
13
+
This article explains how to upgrade your Telerik UI for WinForms project to a newer version. You may upgrade your project using one of the following methods:
-[Updating with Progress Control Panel](#updating-with-progress-control-panel)
19
19
20
-
21
20
## Upgrade via NuGet Package Manager
22
21
23
22
Upgrading by using NuGet packages is the recommended approach as this method ensures you always have the latest version and simplifies dependency management.
24
23
25
24
If you are using NuGet packages, upgrade as follows:
26
25
27
26
1. Open your project in Visual Studio.
28
-
2. Right-click the project in Solution Explorer and select **Manage NuGet Packages** from the menu.
29
-
3. Go to the **Updates** tab.
30
-
4. Find the **Telerik.UI.for.WinForms.AllControls** package.
31
-
5. Click **Update** to install the latest version, or select a specific version from the dropdown.
32
-
6. Wait for the update to complete, then rebuild your project.
27
+
1. Right-click the project in Solution Explorer and select **Manage NuGet Packages** from the menu.
28
+
1. Go to the **Updates** tab.
29
+
1. Find the **Telerik.UI.for.WinForms.AllControls** package.
30
+
1. Click **Update** to install the latest version, or select a specific version from the dropdown.
31
+
1. Wait for the update to complete, then rebuild your project.
33
32
34
33
> **Tip:** This is the recommended approach if you are using NuGet packages, as all references are updated automatically.
35
34
35
+
## Upgrade via Telerik Visual Studio Extensions
36
36
37
-
## Manual Assembly Update
38
-
39
-
If you are using local assemblies, follow these steps to update them:
40
-
41
-
1.**Download the Latest Assemblies**
42
-
Download the .zip file containing all binaries for the desired version from your Telerik account.
43
-
2.**Unzip the Archive**
44
-
Extract the downloaded archive to a folder on your computer.
45
-
3.**Remove Old References**
46
-
In Visual Studio, open your project and expand the **References** section in Solution Explorer. Select and delete the existing Telerik assemblies.
47
-
4.**Add New References**
48
-
Right-click on **References** and select **Add Reference...**. Navigate to the unzipped folder and select the required Telerik assemblies.
49
-
5.**Build and Run**
50
-
Build and run your project to ensure it uses the new version.
51
-
52
-
> **Tip** For more information check [Updating Assemblies in a Project]({%slug winforms/installation-deployment-and-distribution/updating-assemblies-in-a-project%})
53
-
54
-
## Update via Telerik Visual Studio Extensions
55
-
56
-
You can easily upgrade your Telerik UI for WinForms project using the **Telerik Visual Studio Extensions**. This method provides a user-friendly interface for managing Telerik references and resources directly within Visual Studio. Make sure you have the latest version of the Telerik Extensions installed for the best experience.
37
+
You can easily upgrade your Telerik UI for WinForms project using the [Visual Studio Extensions for Telerik UI for WinForms]({%slug winforms-installation-deployment-and-distribution-visual-studio-extensions%}). The Telerik extensions provide a user-friendly interface for managing Telerik references and resources directly within Visual Studio. Make sure you have the latest version of the Telerik Extensions installed for better user experience.
57
38
58
39
To upgrade using Telerik Visual Studio Extensions:
59
40
60
41
1. Open your project in Visual Studio.
61
-
2. Go to the **Extensions** tab and select **Telerik** > **Telerik UI for WinForms** > **Upgrade Project Wizard**.
62
-
3. Follow the prompts in the Upgrade Project Wizard to select the desired Telerik UI for WinForms version and complete the upgrade process.
63
-
4. The extension will automatically update the references and resources in your project.
64
-
5. Rebuild your project to ensure everything is up to date.
42
+
1. Go to the **Extensions > Telerik > Telerik UI for WinForms > Upgrade Project Wizard**.
43
+
1. Follow the prompts in the Upgrade Project Wizard to select the desired Telerik UI for WinForms version and complete the upgrade process.
44
+
1. The extension will automatically update the references and resources in your project.
45
+
1. Rebuild your project to ensure everything is up to date.
65
46
66
47
> **Tip** For more information check [Upgrade Project Wizard]({%slug winforms/installation-deployment-and-distribution/visual-studio-extensions/upgrade-project%})
67
48
68
-
## Updating with Progress Control Panel
49
+
## Manual Assembly Upgrade
50
+
51
+
If you are using local assemblies or you just installed Telerik UI for WinForms using the msi installer, you should update manually your Telerik assemblies in the project. Follow the steps below to do so:
52
+
53
+
1. Navigate to the folder containing all latest Telerik assemblies for the desired version. If using msi installer, it usually creates a folder at `C:\Program Files (x86)\Progress\Telerik UI for WinForms 2025 Q2`.
54
+
1. Remove old Telerik assemblies from your project references. In Visual Studio, open your project and expand the References section in Solution Explorer. Select and delete the existing Telerik assemblies.
55
+
1. Right-click on References and select *Add Reference...*. Navigate to the folder of your fresh installation and select the required Telerik assemblies.
56
+
1. Clean, then rebuild your project to ensure it uses the new version.
57
+
58
+
> **Tip** For more information please check [Updating Assemblies in a Project]({%slug winforms/installation-deployment-and-distribution/updating-assemblies-in-a-project%})
69
59
70
-
For the most up-to-date and detailed instructions on upgrading Telerik products using the Progress Control Panel, refer to the official documentation below:
60
+
## Upgrade using Progress Control Panel
71
61
72
-
-[How to Update a Product with Progress Control Panel](https://docs.telerik.com/controlpanel/how-to/how-to-update-product)
62
+
For the most up-to-date and detailed instructions on upgrading Telerik products using the [Progress Control Panel](https://docs.telerik.com/controlpanel/introduction), refer to the official documentation:[How to Update a Product with Progress Control Panel](https://docs.telerik.com/controlpanel/how-to/how-to-update-product)
73
63
74
64
## Troubleshooting
75
65
76
-
If you encounter issues while upgrading Telerik UI for WinForms, consider the following tips:
66
+
If you encounter issues while upgrading your Telerik UI for WinForms project, consider the following tips:
77
67
78
68
-**Manual Assembly Conflicts:** If you manually update assemblies check [Versions Upgrade]({%slug versions-upgrade%})
79
-
-**Check Documentation:** Refer to the official [Telerik documentation](https://docs.telerik.com/devtools/winforms/installation-and-deployment/updating-assemblies-in-a-project) and [Progress Control Panel guide](https://docs.telerik.com/controlpanel/how-to/how-to-update-product) for more help.
69
+
-**Check Documentation:** Refer to the official [Telerik documentation]({%slug winforms/overview%})
80
70
-**Contact Telerik Support:** If problems persist, contact Telerik support for further assistance.
0 commit comments