I checked out a C# Windows Forms App (.NET Framework) from GIT and was looking around and making some modifications to the code and the form. At some point the next day I no longer have any View Designer or View Source in the View menu or when right-clicking the file in Solution Explorer. Also, double-clicking the file just brings up code view.
- It successfully Builds, Executes, displays the form and functions correctly.
I can't find an option under File > New File (only Web Form) or anywhere else to add a new form and Solution Explorer shows:
I have done quit a bit of searching and everything seems to point to using .NET Core (which doesn't support Form Designer, without possibly an external package) instead of .NET Framework which is not my case.
If I create a new C# Windows Forms App (.NET Framework) I do have Form Designer and the ability to view code and form.
Is this a setting in the Project/Solution or in the IDE? How can I get Form Designer back? I'm not sure where to look to prove in the question that it is .NET Framework and not .NET Core, but forms were working yesterday.