Skip to content

Commit 08784ad

Browse files
committed
more updates
1 parent 0c9c1c9 commit 08784ad

File tree

1 file changed

+27
-37
lines changed

1 file changed

+27
-37
lines changed

installation-and-upgrades/upgrade-project.md

Lines changed: 27 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -10,73 +10,63 @@ position: 4
1010

1111
# How to Upgrade Telerik UI for WinForms Project
1212

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:
1414

1515
- [NuGet Package Manager](#upgrade-via-nuget-package-manager)
16-
- [Manual Assembly Update](#manual-assembly-update)
1716
- [Telerik Visual Studio Extensions](#update-via-telerik-visual-studio-extensions)
17+
- [Manual Assembly Update](#manual-assembly-update)
1818
- [Updating with Progress Control Panel](#updating-with-progress-control-panel)
1919

20-
2120
## Upgrade via NuGet Package Manager
2221

2322
Upgrading by using NuGet packages is the recommended approach as this method ensures you always have the latest version and simplifies dependency management.
2423

2524
If you are using NuGet packages, upgrade as follows:
2625

2726
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.
3332

3433
> **Tip:** This is the recommended approach if you are using NuGet packages, as all references are updated automatically.
3534
35+
## Upgrade via Telerik Visual Studio Extensions
3636

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.
5738

5839
To upgrade using Telerik Visual Studio Extensions:
5940

6041
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.
6546

6647
> **Tip** For more information check [Upgrade Project Wizard]({%slug winforms/installation-deployment-and-distribution/visual-studio-extensions/upgrade-project%})
6748
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%})
6959
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
7161

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)
7363

7464
## Troubleshooting
7565

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:
7767

7868
- **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%})
8070
- **Contact Telerik Support:** If problems persist, contact Telerik support for further assistance.
8171

8272
## See Also

0 commit comments

Comments
 (0)