I am using Microsoft Visual Studio 2019 Community preview, version 16.4.0 Preview 1.0. I just updated to Windows 10 Pro Version 1903 OS build 18362.418. With an ASP.NET Core 3 web app project (Blazor Server), When I press F5, I catch an error.
I can go to https://localhost:44333/ manually, but it is inconvenient. When I stop debug, I also turn off it manually at taskbar.
With another web app project, the problem is not happen.
Whether I choose or do not choose the option "Enable native code debugging", no success.
How do I fix it?