Open gilesrpa opened 3 years ago
I experienced the same thing and my issue was that I was using Visual Studio 16.9.
After upgrading to 16.10 the maui-check executed without any problem, however, I was not seeing the MAUI templates in Visual Studio.
I then followed up and installed 16.11 Preview (https://visualstudio.microsoft.com/vs/preview/) but there was still no templates available. After uninstalling 16.10, running maui-check again (so it installed the templates into the 16.11 folder) I could see the MAUI templated correctly in Visual Studio.
On running the program, it completed with the following error: Checkup had Error status: vswin Please find below the log displayed.
`
¤ .NET MAUI Check ¤ ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── This tool will attempt to evaluate your .NET MAUI development environment. If problems are detected, this tool may offer the option to try and fix them for you, or suggest a way to fix them yourself.
Thanks for choosing .NET MAUI! ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── » Synchronizing configuration...Loading Manifest from: https://aka.ms/dotnet-maui-check-manifest-dev Required Version: 0.4.1 Current Version: 1.0.0.0 ok » Scheduling appointments...SetEnvironmentVariable: DOTNET_ROOT=C:\Program Files\dotnet SetEnvironmentVariable: DOTNET_ROOT=C:\Program Files\dotnet SetEnvironmentVariable: DOTNET_ROOT=C:\Program Files\dotnet ok
Checkup had Error status: vswin vswin: ! There were one or more problems detected. Please review the errors and correct them and run maui-check again.
Press enter to exit...`
What is VSWin and what can be done to rectify this?