Upgrade existing WinForms applications to use the latest RadControls

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Thu, 11 Mar 2010 00:00:00 GMT Indexed on 2010/03/11 17:20 UTC
Read the original article Hit count: 1261

Filed under:

Upgrading projects to new versions can be a pain, especially when you have to update several assemblies from a single version, as is the case with RadControls for WinForms.

Q1 2010 simplifies this process a lot, by giving a couple of ways (one new and one updated) to upgrade existing applications to the latest and greatest version of RadControls for WinForms:

Here are the steps:

Upgrading a classic Windows Forms application to the latest RadControls for WinForms by using the Visual Studio Extensions

  1. Install RadControls for WinForms Q1 2010
  2. Open the classic Windows Forms application (VB or C#)
  3. Open the Telerik Menu and select RadControls for WinForms --> Convert to Telerik WinForms Application
     
    Visual Studio Extenssions for WinForms by Telerik
     
  4. Select the Telerik controls you plan to use in the application, as well as a theme, and click OK. The VSX package will add the needed assemblies to your project automatically for you.
     
    Visual Studio Extenssions for WinForms by Telerik
     
  5. Replace the standard controls on your form with the respective Telerik controls.
     
    Visual Studio Extenssions for WinForms by Telerik
     
  6. Run the application to see the result.

Upgrading an older RadControls application to the latest RadControls for WinForms by using the Visual Studio Extensions

  1. Install RadControls for WinForms Q1 2010.
  2. Open your current RadControls application (VB or C#), which uses pre-Q1 2010 assembly versions.
  3. Open the Telerik Menu and select RadControls for WinForms --> Upgrade Wizard
     
    Visual Studio Extenssions for WinForms by Telerik
  4. Choose to either use the online downloader of the latest version, or to use the currently installed version.
  5. The VSX package will check what assemblies you use in your project and will upgrade them automatically.
     
    Visual Studio Extenssions for WinForms by Telerik
     
  6. Run the application to see the result.

Upgrading an older RadControls application to the latest RadControls for WinForms by using the Project Upgrade Utility

The Q1 2010 Project Upgrade Utility now features upgrading not only a single project, but all projects in a directory/solution (recursively). The tool is quite intuitive - simply choose your solution folder (or a folder with several projects)m and click Update.

Project Upgrade Utility for WinForms by Telerik

Feel free to leave a comment.

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner