Skip to content

Running WASM on All Solution Doesn't work in VS #307

@michael-hawker

Description

@michael-hawker

Describe the bug

Related to #306

If I generate the solution and build it in VS, and then run WASM from the commandline:

dotnet run --project tooling\ProjectHeads\AllComponents\Wasm\CommunityToolkit.App.Wasm.csproj

Everything works as expected.

But if I run from VS, it doesn't work, the call to WasmAppHost fails as it's looking at the wrong path:

WasmAppHost --use-staticwebassets --runtime-config I:\code\Labs-Windows\tooling\ProjectHeads\AllComponents\Wasm\bin\Debug\net9.0\CommunityToolkit.App.Wasm.runtimeconfig.json

(Notice the browser-wasm subfolder is missing)

Correct command:

WasmAppHost --use-staticwebassets --runtime-config I:\code\Labs-Windows\tooling\ProjectHeads\AllComponents\Wasm\bin\Debug\net9.0\browser-wasm\CommunityToolkit.App.Wasm.runtimeconfig.json

Steps to reproduce

1. Clone repo
2. GenerateAllSolution.bat
3. Run WASM head in VS

Fails to run

Expected behavior

Run WASM head

Screenshots

No response

Code Platform

  • UWP
  • WinAppSDK / WinUI 3
  • Web Assembly (WASM)
  • Android
  • iOS
  • MacOS
  • Linux / GTK

Windows Build Number

  • Windows 10 1809 (Build 17763)
  • Windows 10 1903 (Build 18362)
  • Windows 10 1909 (Build 18363)
  • Windows 10 2004 (Build 19041)
  • Windows 10 20H2 (Build 19042)
  • Windows 10 21H1 (Build 19043)
  • Windows 11 21H2 (Build 22000)
  • Other (specify)

Other Windows Build number

No response

App minimum and target SDK version

  • Windows 10, version 1809 (Build 17763)
  • Windows 10, version 1903 (Build 18362)
  • Windows 10, version 1909 (Build 18363)
  • Windows 10, version 2004 (Build 19041)
  • Other (specify)

Other SDK version

No response

Visual Studio Version

2022

Visual Studio Build Number

No response

Device form factor

No response

Additional context

Tried in VS 2026 as well, had a few more issues trying to build there.

Help us help you

No, I'm unable to contribute a solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    WASMBugs related to working with WASM/Codespacesbug 🐛Something isn't workingbuild 🔥regressionWhat was working is now brokesample app 🖼

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions