From dfd948d5c50bb50106af2295d46d750bc4f9d007 Mon Sep 17 00:00:00 2001 From: Dinko Krastev Date: Tue, 18 Feb 2025 14:52:46 +0200 Subject: [PATCH] Update overview.md --- winforms-converter/overview.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winforms-converter/overview.md b/winforms-converter/overview.md index e790453ef..4413f91b1 100644 --- a/winforms-converter/overview.md +++ b/winforms-converter/overview.md @@ -12,6 +12,9 @@ position: 0 This tool allows you to convert the standard .NET Windows Forms controls for all projects in a particular solution to their equivalent in Telerik UI for WinForms. It aims to speed up the conversion process and save time when such projects are modernized. The tool is built on top of the [Roslyn](https://roslyn.codeplex.com/) compiler platform. +>caution The WinForms Converter is not supported in Visual Studio 2022. This means that running it in Visual Studio 2022 will lead to errors. The last supported version of Visual Studio is 2019. +> + >caption Figure 1: Sample application converted to use the Telerik controls. ![winforms-converter-overview001](images/winforms-converter-overview001.png)