Skip to content

Commit 5f29906

Browse files
committed
Acrolinx
1 parent 8f50e5d commit 5f29906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/msbuild/errors/msb4226.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "MSB4226 diagnostic code"
3-
description: "The imported project 'value' was not found. Also, tried to find 'value' in the fallback search path(s) for 'value' - 'value' . Confirm that the path in the <Import> declaration is correct, and that the file exists on disk in one of the search paths."
3+
description: Learn about the possible causes of the MSB4226 MSBuild error, and get troubleshooting tips.
44
ms.date: 4/17/2025
55
ms.topic: "error-reference"
66
f1_keywords:
@@ -27,8 +27,8 @@ This article describes the MSB4226 error code.
2727

2828
## Message text
2929

30-
`MSB4226: The imported project 'file' was not found. Also, tried to find 'filename' in the fallback search path(s) for 'property' - 'value' . These search paths are defined in 'value'. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk in one of the search paths.
31-
MSB4226: The imported project 'value' was not found. Also, tried to find 'filename' in the fallback search path(s) for 'property' - 'value' . Confirm that the path in the <Import> declaration is correct, and that the file exists on disk in one of the search paths.`
30+
`MSB4226: The imported project 'file' was not found. Also, tried to find 'filename' in the fallback search path(s) for 'property' - 'value' . These search paths are defined in 'value'. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk in one of the search paths.`
31+
`MSB4226: The imported project 'value' was not found. Also, tried to find 'filename' in the fallback search path(s) for 'property' - 'value' . Confirm that the path in the <Import> declaration is correct, and that the file exists on disk in one of the search paths.`
3232

3333
<!-- :::editable-content name="postOutputDescription"::: -->
3434
<!--

0 commit comments

Comments
 (0)