Skip to content

Commit 2bef736

Browse files
committed
incorp feedback
1 parent a7ae021 commit 2bef736

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/msbuild/errors/msb3021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ The message resembles the following, but this text is followed by additional inf
2828
MSB3021: Unable to copy file 'source' to 'destination'.
2929
```
3030

31-
Look to the additional information provided by the operating system to determine the cause of the problem.
31+
Look to the additional information provided by the operating system to determine the cause of the problem. Common causes include the file is locked by another process, insufficient permissions to write to the destination folder, insufficient space on the drive, and so on. Make sure the file is not in use, that MSBuild has write permissions on the destination folder, and that there is sufficient space on the disk.

docs/msbuild/errors/msb4067.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ The message text resembles the following text:
2828
The element 'element' beneath element 'parent element' is unrecognized.
2929
```
3030

31-
Check the syntax of that element and refer to the MSBuild documentation for the parent element to determine if it's a valid child element.
31+
Check the syntax of that element and refer to the MSBuild documentation for the parent element to determine if it's a valid child element. See [MSBuild project file schema reference](../msbuild-project-file-schema-reference.md).

docs/msbuild/errors/msb4184.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.workload:
2020
---
2121
# MSB4184
2222

23-
This error occurs during the evaluation phase if MSBuild can't interpret an expression found in a project file or an imported file.
23+
This error occurs if MSBuild can't interpret an expression found in a project file or an imported file.
2424

2525
The message resembles the following, but this text is followed by the exception text from the underlying code:
2626

0 commit comments

Comments
 (0)