My application didn't run

sblb 1,231 Reputation points
2024-06-05T08:28:50.7966667+00:00

Hi, I have an blazor webassembly application and when I try to run it the loacalhost doesn't launch

User's image

Apparently, the problem come from the debugger;

Have you an idea to fix it?

Developer technologies | .NET | Blazor
{count} votes

2 answers

Sort by: Most helpful
  1. sblb 1,231 Reputation points
    2024-06-05T12:37:45.19+00:00

    I fix the problem. I've updated VS to the last version.

    Thanks to your answer

    1 person found this answer helpful.
    0 comments No comments

  2. AgaveJoe 30,406 Reputation points
    2024-06-05T10:18:43.4+00:00

    Have you an idea to fix it?

    There can be many reasons for an empty page. The first step is performing basic troubleshooting. Open up the browser's dev tools and look for any errors in the console and network views. Review your project.cs file for any configuration issues.

    Lastly, if you want or need the community to debug your code then we need code that reproduces the problem. Without code we can only guess what's wrong.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.