I\'m having a problem with the windows form application . When I create the windows form application , it displays the source code for the form but not the designer layout
I have tried the suggestion by Danielle, but it appears to be a circular reference to other articles Olia. A plethora of comments also say that what Olia is suggesting, does not work, and at the end, you need to do the following.
Download Visual Studio 16.6.0 Preview 2.1 from here. This works.
To enable the designer, download and install the Windows Forms .NET Core Designer VSIX package.
See article: https://devblogs.microsoft.com/dotnet/introducing-net-core-windows-forms-designer-preview-1/
This happened to me as well.
I was using the wrong template (.net core when I wanted to use the full .net framework which allows you to edit the form as you were used to in vs 2017 or previous versions).
As of version 16.8.0 Preview 2.1 I have found that I have to turn off this setting and restart and add my form. Once added, I can turn it back on, restart and work.
I had the same problem. The following steps helped me
<SubType>Form</SubType>
and save the fileI am using 16.6.5 and it appears after you first created the project, you have to run the project in order for IDE to pickup the form.cs.