'Failed to launch debug adapter' error running new .NET 6 project in IIS Express #31532
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-debugging
This issue is related to debugging of Blazor WebAssembly apps
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
Status: Resolved
I have created a new Blazor WebAssembly App targeting .NET 6. When I run using the default IIS Express profile, a blank Chrome window is displayed, then the following error message appears after a short while:

This appears to be a known issue, and I've tried all the relevant suggestions described in this comment (by a Microsoft employee), namely disabling 'Script Debugging' (it was already disabled), and enabling the "new debugger", but to no avail.
I am using VS Community 2019 Preview (16.10.00 Preview 1.0), and .NET 6.0.100-preview.2.21155.3.
I created an identical new project targeting .NET 5, and I don't get this problem.
The text was updated successfully, but these errors were encountered: