Unable to debug Blazor hosted webassembly 3.2.0 from Visual Studio 2019 16.6.2

后端 未结 5 1332
迷失自我
迷失自我 2021-01-04 12:00

I have Visual Studio 2019 16.6.2 installed, along with the .NET Core 3.1.301 SDK and all the necessary Blazor templates.

If I create a brand new Blazor WebAssmbly app

5条回答
  •  自闭症患者
    2021-01-04 12:28

    After searching for couple of days, I did the following and it worked like charm:

    1.Install IE "Microsoft edge"

    2.Use IE "Microsoft edge" as your VS. browser (NOT CHROME)

    3.Use your application as server (NOT IIS EXPRESS).

    Enjoy.

提交回复
热议问题