Reputation: 9332
I installed the new release of Visual Studio 2022 (not preview) available since yesterday. I also installed MAUI workload from a command prompt
dotnet workload install maui
I can create a new project and choosing the .Net MAUI App (Preview)
I see the solution and all the files inside.
I can compile the solution successfully.
If I close then re-open the solution it failed.
I don'have problems for a simple Console App project. So the problem seems to be related to MAUI templates.
Upvotes: 3
Views: 1179
Reputation: 1
As today the same thing happened to me, try to install the visual studio 2022 preview version; it's working and you find .Net MAUI here:
Upvotes: -1
Reputation: 9332
As of today, the new Visual Studio 2022 (released november 8th 2021) does not allows us to play with MAUI templates. We will have to wait until second quarter of 2022 (I think) to get an update.
The alternative is to still use the Visual Studio 2022 Preview edition which allows us to use MAUI templates pretty well.
Upvotes: 2