Skip to content

Commit e0143b0

Browse files
Merge pull request #13986 from MicrosoftDocs/ghogen-patch-135538
Add dialog name
2 parents fc939f5 + 6e4b2cb commit e0143b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/errors/msb4126.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This article describes the MSB4126 error code.
4242

4343
This error occurs when the solution configuration, which consists of the `Configuration` and `Platform` (for example, `Release|Any CPU`), is not valid for the current solution, or there was an error in the solution file that caused the configuration to be misinterpreted.
4444

45-
In Visual Studio, the solution configuration and platform are set by a drop-down box on the top toolbar. If you edit the configuration, the **** dialog appears, and you can see the project configurations that build for each solution configuration. The project configurations are often the same as the solution configuration, but they can be different. You might change the project configurations independently for various reasons such as for performance. For example, you might select the `Release` configuration of some of the projects in the solution even in the `Debug` solution configuration, if they're not the focus of a current active development and debugging. See [Create and edit configurations](../../ide/how-to-create-and-edit-configurations.md).
45+
In Visual Studio, the solution configuration and platform are set by a drop-down box on the top toolbar. If you edit the configuration, the **Configuration Manager** dialog appears, and you can see the project configurations that build for each solution configuration. The project configurations are often the same as the solution configuration, but they can be different. You might change the project configurations independently for various reasons such as for performance. For example, you might select the `Release` configuration of some of the projects in the solution even in the `Debug` solution configuration, if they're not the focus of a current active development and debugging. See [Create and edit configurations](../../ide/how-to-create-and-edit-configurations.md).
4646

4747
## Resolution
4848

0 commit comments

Comments
 (0)