Unable to get the designer view window back using windows forms with Visual Studio 2010

后端 未结 15 1677
逝去的感伤
逝去的感伤 2020-12-20 11:08

I am in process of writing a C# Windows Forms application using Visual Studio Express 2010 ENU SP1. Further VS specifics are at the bottom of this post. I recently made so

15条回答
  •  醉话见心
    2020-12-20 11:39

    I had the same issue since I had created the project as a C# Windows Form App (.NET Core) I decided to create it as a C# Windows Form App (.NET Framework) and I can now see and use the Designer. Note the difference between using 'Core' vs 'Framework'

    I hope this helps you out.

提交回复
热议问题