-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Unable to run WebAssembly Browser App from VS or CLI #75356
Comments
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. |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsDescriptionI'm unable to run a new WebAssembly Browser App from VS or the CLI. Reproduction Steps
Or create the project from VS and try to run in VS. Expected behaviorApp runs successfully Actual behaviorThe application to execute does not exist: 'C:\Program' Regression?No response Known WorkaroundsNo response Configuration7.0.100-rc.1.22429.3 Other informationNo response
|
Tagging subscribers to this area: @directhex Issue DetailsDescriptionI'm unable to run a new WebAssembly Browser App from VS or the CLI. Reproduction Steps
Or create the project from VS and try to run in VS. Expected behaviorApp runs successfully Actual behaviorThe application to execute does not exist: 'C:\Program' Regression?No response Known WorkaroundsNo response Configuration7.0.100-rc.1.22429.3 Other informationNo response
|
Fix is being backported for rc2: #75295 |
With that fix
|
@thaystg can you take a look? |
Looks like it is not running the WasmAppHost, and instead trying to find an apphost as it normally would. @thaystg do confirm the |
Once build and run from VS and the CLI Just Works:tm: do we still need the README? The README could use some cleanup, or maybe it could just be removed. Some suggested README updates if we want to keep it: .NET WebAssembly Browser appBuildYou can build the app from Visual Studio or from the command-line:
After building the app, the result is in the RunYou can build the app from Visual Studio or the command-line:
Or you can start any static file server from the AppBundle directory:
|
It would also be great if the displayed app URLs on the command line used "localhost" instead of 127.0.0.1. Otherwise, I don't think the ASP.NET Core dev certificate gets used and user can get HTTPS errors in the browser. Let me know if you want me to open separate issues for this feedback. |
Description
I'm unable to run a new WebAssembly Browser App from VS or the CLI.
Reproduction Steps
Or create the project from VS and try to run in VS.
Expected behavior
App runs successfully
Actual behavior
The application to execute does not exist: 'C:\Program'
Regression?
No response
Known Workarounds
No response
Configuration
7.0.100-rc.1.22429.3
VS 17.4 P1
Other information
No response
The text was updated successfully, but these errors were encountered: