Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio community 2019 does not show designer view

I have just installed vs 2019 community choosing the package ".NET desktop development" (also I become sure that when I run installer. It shows what I installed under the tab -WORKLOADS). I just created default form project without writing a single code. I run it and I observed blank form on my desktop successfully. When I am at code file again , I tried to switch to designer view by right click menu or double click on solution explorer pane but no use. I stayed at code file persistently.

I did some googling and also searched in stackoverflow but didn't find a solution. What I found was some advice to install all packages. But I have space problem so if that (missing package) is the root cause of the issue; please tell me which package should I install specifically. Thanks already.

like image 760
cho Avatar asked Jan 25 '26 03:01

cho


2 Answers

For me at right in Solution Explorer > Switch Views solved the same problem, when I switched ProjectName.sln:

enter image description here

like image 117
LeaDigszammal Avatar answered Jan 28 '26 06:01

LeaDigszammal


It turned out that I've created my project as a Windows Form App(.NET Core) project, which doesn't support form designer. I created my project again selecting Windows Form App(.NET Framework) instead and the designer showed up

Source:

https://developercommunity.visualstudio.com/content/problem/752558/design-view-does-not-show-in-visual-studio-2019-co.html

like image 44
cho Avatar answered Jan 28 '26 06:01

cho



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!