Is there an existing issue for this?
Describe the bug
When creating a Blazor Web App with Interactive WebAssembly or Interactive Auto render modes and Container Support enabled, Visual Studio displays an unexpected file path error popup during project creation.
The popup reports that it cannot find the launchSettings.json file in the generated Client project. Although the project is successfully created after dismissing the popup, the error interrupts the project creation experience and may lead users to believe that project creation has failed.
Expected Behavior
The project should be created successfully without displaying any error popups when Container Support is enabled.
Steps To Reproduce
- Open Visual Studio 2026 Insiders [12023.133] Professional.
- Create a new Blazor Web App.
- Choose either:
- Interactive WebAssembly
- Interactive Auto
- Enable Container Support.
- Select Create.
- Observe the following popup error:
Could not find a part of the path "...\<ProjectName>.Client\Properties\launchSettings.json"
Interactivity WebAsssembly:
Interactive Auto:
- Select OK to dismiss the popup.
- Project creation completes successfully.
Exceptions (if any)
Could not find a part of the path "...<ProjectName>.Client\Properties\launchSettings.json"
.NET Version
11.0.100-preview.7.26381.103
Anything else?
Visual Studio: VS 2026 Insiders [12023.133] Professional
OS: Windows 11 Enterprise
Evidence: https://github.com/BharatRamsf3693/BlazorWebApp-ContainerSupport-Validation/blob/main/Evidence/ContainerSupport-On-CreationDialog/blazor-creation-dialog.zip
Is there an existing issue for this?
Describe the bug
When creating a Blazor Web App with Interactive WebAssembly or Interactive Auto render modes and Container Support enabled, Visual Studio displays an unexpected file path error popup during project creation.
The popup reports that it cannot find the launchSettings.json file in the generated Client project. Although the project is successfully created after dismissing the popup, the error interrupts the project creation experience and may lead users to believe that project creation has failed.
Expected Behavior
The project should be created successfully without displaying any error popups when Container Support is enabled.
Steps To Reproduce
Could not find a part of the path "...\<ProjectName>.Client\Properties\launchSettings.json"Interactivity WebAsssembly:
Interactive Auto:
Exceptions (if any)
Could not find a part of the path "...<ProjectName>.Client\Properties\launchSettings.json"
.NET Version
11.0.100-preview.7.26381.103
Anything else?
Visual Studio: VS 2026 Insiders [12023.133] Professional
OS: Windows 11 Enterprise
Evidence: https://github.com/BharatRamsf3693/BlazorWebApp-ContainerSupport-Validation/blob/main/Evidence/ContainerSupport-On-CreationDialog/blazor-creation-dialog.zip