0

I have tried to run the out of the box Blazor application to try out C# WebAssembly. I am running into issues when trying to run it different ways. I have also tried to hack the runtimeconfig.json according to this https://github.com/dotnet/cli/issues/7543

Running IIS Express

enter image description here

Running BlazorApplication1 The program '[42032] dotnet.exe' has exited with code -2147450749 (0x80008083).

Running in command line It was not possible to find any compatible framework version The specified framework 'Microsoft.NETCore.App', version '2.0.0-preview3-25512-01' was not found. - Check application dependencies and target a framework version installed at: \ - Alternatively, install the framework version '2.0.0-preview3-25512-01'.

1
  • Have you installed .net core SDK? Commented Feb 10, 2018 at 19:08

1 Answer 1

1

You need to have the 2.1 preview of the .net core framework installed for Blazor to work: download here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.