I’m missing the option to add a new form. I understand that in NET8.0 a reference no longer works. I’ve looked all over but can’t find a solution. I’ve tried editing the csproj file. My VS 2022 version is 17.10.5. I’m using the community version.
Missing Add Forms Option
BJW is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
It seems like your project is not a windows forms project. I am using the latest version of visual studio and I created a new windows forms project using .net 8 and had no issues. Please see below:
- Create new project
- Search for and select windows forms app
-
Name it and select .net 8 for your framework.
-
Attempt to reproduce your issue:
More reference and info