You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual Result
When running Blazor WebAssembly Standalone App, vs pop up an error dialog The server process is no longer running.
Console Log
A fatal error was encountered. The library 'hostpolicy.dll' required to execute the application was not found in 'C:\Users\v-zhajin\source\repos\BlazorApp6\BlazorApp6\bin\Debug\net11.0\'.
Failed to run as a self-contained app.
- The application was run as a self-contained app because 'C:\Users\v-zhajin\source\repos\BlazorApp6\BlazorApp6\bin\Debug\net11.0\BlazorApp6.runtimeconfig.json' did not specify a framework.
- If this should be a framework-dependent app, specify the appropriate framework in 'C:\Users\v-zhajin\source\repos\BlazorApp6\BlazorApp6\bin\Debug\net11.0\BlazorApp6.runtimeconfig.json'
REGRESSION INFO Work well on 11.0 Preview 4 and previous 11.0 Preview 5
INSTALL STEPS
Platform
Repro Steps
Note
dotnet run.Actual Result


When running Blazor WebAssembly Standalone App, vs pop up an error dialog
The server process is no longer running.Console Log