sps014/BlazorBindGen

WebAssembly app does not run

Closed this issue · 5 comments

WebAssembly app does not run

I could not reproduce can you share bit more information . It works fine on Web Assembly for me.
Closing this as of now. You can reopen it later.
Screenshot 2022-06-16 201638

I can get ther server app works, not the web. Interesting

image

The target process exited without raising a CoreCLR started event. Ensure that the target process is configured to use .NET Core. This may be expected if the target process did not run on .NET Core.
The program '[58268] dotnet.exe' has exited with code 2147516566 (0x80008096).
The program '[58268] dotnet.exe: Program Trace' has exited with code 0 (0x0).

I created a new BlazorWASMapp based on provided template. I reference BlazorBindGen and transfer the content of Index.razor from the SampleApp to the new App. It works! Something in the SampleApp is preventing it from running in VS2022

image

Question

Any idea why I have this browserLink?

I created a new BlazorWASMapp based on provided template. I reference BlazorBindGen and transfer the content of Index.razor from the SampleApp to the new App. It works! Something in the SampleApp is preventing it from running in VS2022

image

Question

Any idea why I have this browserLink?

Browser link is hot reload web socket connection.
Vs tooling for hot reload is kinda rough.