My application didn't run

sblb 1,171 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?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,477 questions
{count} votes

2 answers

Sort by: Most helpful
  1. sblb 1,171 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 27,421 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