I'm using vs 2019 16.4.4 version. I created a .net core form application but form desginer doesn't seem. I researched about this bug and i found some instruction. It told that problem can fix changing Use the preview Windows Forms designer for .NET Core apps option but it is not exist in vs. Is there anoter way ?
Asked
Active
Viewed 2,950 times
0
-
[Windows Forms Designer- Visual Studio 2019](https://stackoverflow.com/a/53976235/3110834) – Reza Aghaei Feb 03 '20 at 10:02
-
For *Windows Forms - Visual Studio 2019 (16.5 Preview 1 - .NET CORE 3.1)* there is built-in support for designer. Read the instructions in the [post](https://stackoverflow.com/a/53976235/3110834) or the blog linked in the linked post. For .*NET CORE 3.0*, you may want to download an install designer extension as explained [here](https://devblogs.microsoft.com/dotnet/introducing-net-core-windows-forms-designer-preview-1/). For *lower versions*, refer to the workaround in [this post](https://stackoverflow.com/a/53976235/3110834). – Reza Aghaei Feb 03 '20 at 10:07