Nb777
Nb777

Reputation: 2032

Can't find .NET MAUI in the list of VS

I want to create a new project by using .NET MAUI, In Microsoft tutorial they said the Prerequisites is The latest preview of Visual Studio 2022 17.1, after installing the last preview version with .NET MAUI, I couldn't find the project from the list.
This what I didenter image description here

enter image description here

Can some give me ad advise to go around this problem.
Thanks

Upvotes: 4

Views: 3270

Answers (2)

Ratul Hasan Ruhan
Ratul Hasan Ruhan

Reputation: 31

Update VS Code. I think that will solve your problem.

That's work. I update it on version 17.9.0. enter image description here

Upvotes: 0

Gerald Versluis
Gerald Versluis

Reputation: 34128

Not sure why this sometimes happens, what fixes it is to install the templates manually at this time. From an (elevated) command prompt run: dotnet new --install Microsoft.Maui.Templates

That should succeed and the templates should then be visible in Visual Studio as well.

Upvotes: 7

Related Questions