jsakamoto / BlazingStory

The clone of "Storybook" for Blazor, a frontend workshop for building UI components and pages in isolation.
https://jsakamoto.github.io/BlazingStory/
Mozilla Public License 2.0
297 stars 14 forks source link

Missing Framwork Error #9

Closed ninamiddelmann closed 1 year ago

ninamiddelmann commented 1 year ago

Hi!

I tried to implement it following your instructions, but unfortunately I can't start the project because the following error message appears.

You must install or update .NET to run this application.

App: C:\Users\NinaM\.nuget\packages\microsoft.aspnetcore.components.webassembly.devserver\7.0.8\tools\blazor-devserver.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '7.0.8' (x64)
.NET location: C:\Program Files\dotnet\

The following frameworks were found:
  6.0.16 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  7.0.5 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.8&arch=x64&rid=win10-x64

I installed it but it still doesn't work. The same error message appears.

If i start the "Stories" Project via ISS Express then the Project starts, but i land on aboutblank page and cannnot find the correct url. Could you please help me with this? We've been looking for something like this so long

ninamiddelmann commented 1 year ago

Oh nevermind! I installed Version 7.0.306 (not the package from the link) and it works now!!