-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Workload ID maui is not recognized - Unable to find even a single workload #3099
Comments
Getting the same with
My
If it matters, I have a {
"sdk": {
"version": "6.0.103"
},
"tools": {
"dotnet": "6.0.103"
}
} |
I have the same issue now. I've even tried to reinstall VS and dotnet completely. |
Two things that helped me resolve this issue:
|
@TanayParikh Still have the same issue - when I try to build something, it says And when I try to install workloads, it says that |
Turns out that for some reason dotnet installation was missing sdk-manifests. I have copied them manually (to C:\Program Files\dotnet\sdk-manifests\6.0.200) from another installation, and it's all fine now. |
Verified not repro. |
What do you mean, verified not repro? It still doesn't work for many |
This is a flaky issue which may explain why you weren't seeing an immediate repro. I've definitely seen this pretty recently. Going to re-open this issue so we can keep track of it. |
Please install MAUI with Visual Studio. I'm closing this because there are a number of setup / environment related issues coming from having many preview versions installed. The recommendation is to uninstall older previews, and do a clean install with the latest Visual Studio preview. |
Hello @Redth I'm sorry, but did you read my "Steps to reproduce '? Please don't just close the issue, there are plenty of people still having problems with this... |
The version you indicated is not the correct version. Unfortunately, for Preview 14 of MAUI you need Visual Studio 17.2 Preview 2.1 installed and to not install any workloads via the command line. |
Are there any recommendations for MacOS aside from uninstalling all other previews? |
Same issues trying to get maui working on macos. Followed all steps on https://dev.to/davidortinau/installing-net-maui-on-macos-4mmc but cant install maui workload.
Tried maui-check as well but stuck on
Any idea’s? |
@NabodevMats I suggest you retry with the 6.0.3 SDK running with MAUI RC1. |
I install all dotnet on clear device and copy folders from |
did u got the fix for that? I'm stuck in the same situation after running maui-check |
Visual studio installator still does not install workloads. The only reason why people run command line is to fix the problem caused by the Visual Studio Installer that doesn't work properly |
Guys try this - Redth/dotnet-maui-check#105 (comment) |
I'm using VS 17.3.0 Preview 1.1, with clear installation too. MAUI is not been shown when creating a new project, and command-line not working as well. I tried to add some other workloads (UWP and Desktop development) to check if it solved the problem, but it didn't. So, I don't understand why you closed this. |
Description
I am not able to find or install a single Workload after completely wiping every single trace of Visual Studio 2022 from my system and reinstalling VS 2022 with the maui checkbox checked
Steps to Reproduce
Expected Behavior
Installs maui workload
Actual Behavior
Workload ID maui is not recognized.
as well as just an empty listBasic Information
Screenshots
Freshly installed everything
The text was updated successfully, but these errors were encountered: