Skip to content

Commit 6622830

Browse files
committed
edits
1 parent 536bee8 commit 6622830

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/msbuild/errors/msb4025.md

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

2323
## Message text
2424

25-
`MSB4024: The imported project file could not be loaded. {0}`
25+
`MSB4025: The imported project file could not be loaded. {0}`
2626

2727
## Description
2828

docs/msbuild/errors/msb4062.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ This article describes the MSB4062 error code.
2222

2323
## Message text
2424

25-
`MSB4062: The task could not be loaded from the assembly`
25+
`MSB4062: The task could not be loaded from the assembly.`
2626

2727
## Description
2828

2929
This error is emitted when MSBuild can't load a task assembly before executing the task.
3030

31-
Error MSB4018 might be caused when a task runs in an environment for which it isn't prepared. For example, when a task assembly targets 32-bit x86 but it runs in a 64-bit MSBuild environment.
31+
Error MSB4062 might be caused when a task runs in an environment for which it isn't prepared. For example, when a task assembly targets 32-bit x86 but it runs in a 64-bit MSBuild environment.
3232

3333
```output
3434
S:\BitnessInMSBuild\ShowErrors.proj(13,5): error MSB4062: The "TaskCompiledForx86" task could not be loaded from the assembly S:\BitnessInMSBuild\TaskCompiledForx86\bin\Debug\net472\TaskCompiledForx86.dll. Could not load file or assembly 'file:///S:\BitnessInMSBuild\TaskCompiledForx86\bin\Debug\net472\TaskCompiledForx86.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

0 commit comments

Comments
 (0)