dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.7k stars 1.06k forks source link

System.Exception : Workload not found #18758

Closed vinayiscool closed 1 year ago

vinayiscool commented 3 years ago

image

Steps : Installed AOT with .NET 6 Preview 4 using VS2019 Now installed .NET 6 Preview 5 using VS2022 Prev1, also uninstalled .NET6 Preview 4 And as per blog https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-5/, we need to update workload. so trying dotnet workload update command and facing above attached error.

Also tried dotnet workload install microsoft-net-sdk-blazorwebassembly-aot but it seems already installed, see below image.

image

dotnet-issue-labeler[bot] commented 3 years ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

marcpopMSFT commented 1 year ago

Old issue triage: there have been a lot of improvements to workloads in the past two years. Please ping if this is still a problem.