简体   繁体   中英

Visual Studio 2017 : Windows Form designer not appear

I'm developing a windows form designer. I'm not able to view form designer to add components. How can I solve my problem? resx is present. I reset also devenv simone

Try this:

  • Shift+F7 press
  • in the Solution Explorer right click on the form and click "View Designer" option

I had to install the winformsdesigner.setup.vsix first:

Enabling the designer To enable the designer, download and install the Windows Forms .NET Core Designer VSIX package. You can remove it from Visual Studio at any time. After you install the .NET Core Designer, Visual Studio will automatically pick the right designer (.NET Core or .NET Framework) depending on the target framework of the project you're working on.

https://entwickler.de/online/windowsdeveloper/dotnet-core-windows-forms-designer-preview-1-579909977.html

@ Simnoe : I have face the same issue with VS 2017, but I was able to solve it. What you got to do is right click on your form, for example if your form name is "Form1.cs". Right click on it and you'll see an option called "Include in project", just click on it, this should solve your problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM