runtime: WASM: new blazor wasm template fails to load on Windows

I created a new blazor wam app with dotnet new blazorwasm using latest Preview 8 and latest RC1 SDK. Then run dotnet run

Open any browser (Chrome, Microsoft Edge) and the page fails to load. Looking at the console logs there is an error when trying to load ICU:

ICU call ulocdata_getCLDRVersion failed with error #2 'U_MISSING_RESOURCE_ERROR'.

Tested this on macOS and it works fine there.

cc: @EgorBo @kg @lewing @steveisok

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 21 (20 by maintainers)

Most upvoted comments

@pranavkm I can confirm this is fixed in RC1 and it didn’t fall back to Invariant, I can see in the requests and files that it loaded icudt.dat and the application loads fine without any errors.