'Visual Studio 2019 no designer support on Windows Forms on .Net 5.0
It seems like I've lost designer support for Windows Forms on .NET 5.0. Everything was working ok last week, but now, as you can see, there's no designer support:
This is not a new .NET 5.0 Windows Forms projet, it's been migrated from .NET 4.8. I'm using Visual Studio 19 16.8.4.
Any ideas on what's going on?
Solution 1:[1]
This worked for me.
How to migrate a Windows Forms desktop app to .NET 5
Preview WinForms designer in Visual Studio.
To enable the designer, go to Tools > Options > Environment > Preview Features and select the Use the preview Windows Forms designer for .NET Core apps option.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | bjhamltn |

