Skip to content

[NETSDKE2E][Workload set]With 9.0.200 SDK zip installed, "Workload update failed: Workload version 9.0.101, which was specified in ..., was not found." happens after running "Dotnet workload update --version 9.0.101" #46312

Closed
@vdanche

Description

@vdanche

Build: 9.0.200 zip install on win11-x64

1.Dowload dotnet-sdk-9.0.200-win-x64.zip on win-x64
2.extract it and add the path to environment variable.
3.In CLI, dotnet workload install maui
4. After maui installation is done, run "Dotnet workload update --version 9.0.101"

Expected Result:
Step4: Update to a workload sets from a different band should succeed.

Actual Result:
failed with below error:

Image

not happens with exe install.

Image

dotnet --info:
.NET SDK:
Version: 9.0.200
Commit: 31b4452
Workload version: 9.0.200-manifests.c4f6226a
MSBuild version: 17.13.8+cbc39bea8

Runtime Environment:
OS Name: Windows
OS Version: 10.0.26100
OS Platform: Windows
RID: win-x64
Base Path: D:\dotnet-sdk-9.0.200-win-x64\sdk\9.0.200\

.NET workloads installed:
[maui]
Installation Source: SDK 9.0.200
Manifest Version: 9.0.14/9.0.100
Manifest Path: D:\dotnet-sdk-9.0.200-win-x64\sdk-manifests\9.0.100\microsoft.net.sdk.maui\9.0.14\WorkloadManifest.json
Install Type: FileBased

Configured to use workload sets when installing new manifests.
Workloads are configured to install and update using workload versions, but none were found. Run "dotnet workload restore" to install a workload version.

Host:
Version: 9.0.2
Architecture: x64
Commit: 80aa709f5d

.NET SDKs installed:
9.0.200 [D:\dotnet-sdk-9.0.200-win-x64\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.2 [D:\dotnet-sdk-9.0.200-win-x64\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 9.0.2 [D:\dotnet-sdk-9.0.200-win-x64\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 9.0.2 [D:\dotnet-sdk-9.0.200-win-x64\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
None

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions