|
| 1 | +--- |
| 2 | +title: How to Upgrade Telerik UI for WinForms Project |
| 3 | +page_title: How to Upgrade Telerik UI for WinForms Project |
| 4 | +description: Learn how to use a specific version of the Telerik UI for WinForms suite in your project. |
| 5 | +slug: winforms/installation-deployment-and-distribution/upgrade-project |
| 6 | +tags: upgrade, update,Telerik, project, assemblies, NuGet, packages |
| 7 | +published: True |
| 8 | +position: 4 |
| 9 | +--- |
| 10 | + |
| 11 | +# How to Upgrade Telerik UI for WinForms Project |
| 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: |
| 14 | + |
| 15 | +- [NuGet Package Manager](#upgrade-via-nuget-package-manager) |
| 16 | +- [Manual Assembly Update](#manual-assembly-update) |
| 17 | +- [Telerik Visual Studio Extensions](#update-via-telerik-visual-studio-extensions) |
| 18 | +- [Updating with Progress Control Panel](#updating-with-progress-control-panel) |
| 19 | + |
| 20 | + |
| 21 | +## Upgrade via NuGet Package Manager |
| 22 | + |
| 23 | +Upgrading by using NuGet packages is the recommended approach as this method ensures you always have the latest version and simplifies dependency management. |
| 24 | + |
| 25 | +If you are using NuGet packages, upgrade as follows: |
| 26 | + |
| 27 | +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. |
| 33 | + |
| 34 | +> **Tip:** This is the recommended approach if you are using NuGet packages, as all references are updated automatically. |
| 35 | +
|
| 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. |
| 57 | + |
| 58 | +To upgrade using Telerik Visual Studio Extensions: |
| 59 | + |
| 60 | +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. |
| 65 | + |
| 66 | +> **Tip** For more information check [Upgrade Project Wizard]({%slug winforms/installation-deployment-and-distribution/visual-studio-extensions/upgrade-project%}) |
| 67 | +
|
| 68 | +## Updating with Progress Control Panel |
| 69 | + |
| 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: |
| 71 | + |
| 72 | +- [How to Update a Product with Progress Control Panel](https://docs.telerik.com/controlpanel/how-to/how-to-update-product) |
| 73 | + |
| 74 | +## Troubleshooting |
| 75 | + |
| 76 | +If you encounter issues while upgrading Telerik UI for WinForms, consider the following tips: |
| 77 | + |
| 78 | +- **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. |
| 80 | +- **Contact Telerik Support:** If problems persist, contact Telerik support for further assistance. |
| 81 | + |
| 82 | +## See Also |
| 83 | + |
| 84 | +- [Download Product Files]({%slug winforms/installation-deployment-and-distribution/download-product-files%}) |
| 85 | +- [How to Upgrade a Telerik UI for WinForms Project]({%slug how-to-upgrade-a-project%}) |
0 commit comments