I recently updated to VS Professional 2022 17.14.11. I was following a Blazor tutorial and created a server and client app using the Blzor Web App template. I am using .Net 9.0. I run the server application with no issues, but when I set the client application to be the start up project the application or both applications to start up, the client application fails to create a web page.
The console window shows:
WasmAppHost --use-staticwebassets --runtime-config C:\source\BlazorApp1\BlazorApp1.Client\bin\Debug\net9.0\BlazorApp1.Client.runtimeconfig.jsonError: Cannot find runtime config at C:\source\BlazorApp1\BlazorApp1.Client\bin\Debug\net9.0\BlazorApp1.Client.runtimeconfig.jsonC:\Program Files\dotnet\dotnet.exe (process 25052) exited with code -1 (0xffffffff).
The code generated is the template code with no modifications. The application exits without creating the client web site.
Any help would be appreciated.