Skip to content
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

7.O RTM Error #28373

Open
Julien-Marpault opened this issue Oct 6, 2022 · 4 comments
Open

7.O RTM Error #28373

Julien-Marpault opened this issue Oct 6, 2022 · 4 comments
Assignees

Comments

@Julien-Marpault
Copy link

I Installed Last 7.0 RTM Nightly and I'm facing some issues with it.

Error NETSDK1109 Runtime list file 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Runtime.Mono.browser-wasm\7.0.0-rtm.22505.15\data\RuntimeList.xml' was not found. Report this error to the .NET team here: https://aka.ms/dotnet-sdk-issue. BookStarter C:\Program Files\dotnet\sdk\7.0.100-rtm.22506.1\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets 448

Error NETSDK1147 To build this project, the following workloads must be installed: wasm-tools
To install these workloads, run the following command: dotnet workload restore BookStarter.Administration C:\Program Files\dotnet\sdk\7.0.100-rtm.22506.1\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.targets 38

Error NETSDK1147 To build this project, the following workloads must be installed: wasm-tools
To install these workloads, run the following command: dotnet workload restore BookStarter C:\Program Files\dotnet\sdk\7.0.100-rtm.22506.1\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.targets 38

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NetSDK untriaged Request triage from a team member labels Oct 6, 2022
@joeloff
Copy link
Member

joeloff commented Oct 12, 2022

Did you install the wasm-tools workload? The file is definitely present in the workload installer. You can try running dotnet workload repair to see if that fixes the issue.

@lewing
Copy link
Member

lewing commented Oct 19, 2022

image
based on the binlog you shared the missing pack may just be resolving to the wrong workload

@mattleibow
Copy link
Member

I managed to get past this after re-installing my workloads. Maybe the baseline workloads in the RTM SDK is not yet updated with the versions in the RC SDK...

@joeloff joeloff removed the untriaged Request triage from a team member label Aug 1, 2023
@marinasundstrom
Copy link

marinasundstrom commented Nov 24, 2023

I had a similar problem with .NET 8 going from RC 2 to RTM.

Make sure that you have no global.json file with a pinned version less than the target version (like a preview). Then run dotnet workload install wasm-tools. Rebuild your app.

The message should be gone from the browser console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants