Home > front end >  Failed to load ASP.NET Core runtime
Failed to load ASP.NET Core runtime

Time:10-11

May I know why I get this error, when I try to bring up my app in visual studio. Would it be because of missing installation of of 'ASP.NET web development' or '.NET cross-platform development' workloads.

CodePudding user response:

You probablly are missing .net core runtime

https://dotnet.microsoft.com/en-us/download

  • Related