Skip to content

Commit 33d7db8

Browse files
authored
Merge pull request #5509 from Rageking8/structure-error-references-in-range-c1250-c1260
Structure error references in range [C1250, C1260]
2 parents 9b67497 + aa0c28a commit 33d7db8

File tree

11 files changed

+33
-19
lines changed

11 files changed

+33
-19
lines changed

docs/code-quality/c1250.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2+
title: "Fatal error C1250"
23
description: "Learn more about: Fatal error C1250"
3-
title: Fatal error C1250
44
ms.date: 10/04/2022
55
f1_keywords: ["C1250", "FATALERROR_UnableToLoadPlugin"]
66
helpviewer_keywords: ["C1250"]
7-
ms.assetid: 3f2385d7-e0d6-4574-8cea-342e82d0aea4
87
---
98
# Fatal error C1250
109

1110
> Unable to load plug-in '*plugin-name*'.
1211
12+
## Remarks
13+
1314
The Code Analysis tool reports this error when there's an internal error in the plugin, not in the code being analyzed.

docs/code-quality/c1251.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2+
title: "Fatal error C1251"
23
description: "Learn more about: Fatal error C1251"
3-
title: Fatal error C1251
44
ms.date: 10/04/2022
55
f1_keywords: ["C1251", "FATALERROR_UnableToLoadModel"]
66
helpviewer_keywords: ["C1251"]
7-
ms.assetid: 0b46e0a5-c290-48d8-ba4e-f526ae68993b
87
---
98
# Fatal error C1251
109

1110
> Unable to load models.
1211
12+
## Remarks
13+
1314
The Code Analysis tool reports this error when there's an internal error in the model file, not in the code being analyzed.

docs/code-quality/c1252.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2+
title: "Fatal error C1252"
23
description: "Learn more about: Fatal error C1252"
3-
title: Fatal error C1252
44
ms.date: 10/04/2022
55
f1_keywords: ["C1252", "FATALERROR_CircularDependency"]
66
helpviewer_keywords: ["C1252"]
7-
ms.assetid: e88bf199-890d-4582-bb5c-c1238797145b
87
---
98
# Fatal error C1252
109

1110
> Circular or missing dependency between plugins: '*plugin-name*' requires GUID '*globally-unique-identifier*'
1211
12+
## Remarks
13+
1314
The Code Analysis tool reports this error when there's an internal error in the plugin dependencies. It's not caused by an issue in the code being analyzed.
1415

1516
In some cases, it's possible to work around this issue by disabling the **Enable Code Analysis on Build** property. To disable this build property, open the Property pages dialog for your project. In the **Solution Explorer** window, right-click on the project (not the solution) and select **Properties** in the shortcut menu. Set the **Configuration** to **All Configurations** and the **Platform** to **All Platforms**. Open the **Configuration Properties** > **Code Analysis** > **General** property page. Modify the **Enable Code Analysis on Build** property to **No**. Choose **OK** to save your changes, and then save your project files. Rebuild your project to verify that the issue no longer occurs.

docs/code-quality/c1253.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2+
title: "Fatal error C1253"
23
description: "Learn more about: Fatal error C1253"
3-
title: Fatal error C1253
44
ms.date: 10/04/2022
55
f1_keywords: ["C1253", "FATALERROR_UnableToLoadModelFile"]
66
helpviewer_keywords: ["C1253"]
7-
ms.assetid: 21a4062f-fde8-40e5-8dbd-6f892926d3d2
87
---
98
# Fatal error C1253
109

1110
> Unable to load model file.
1211
12+
## Remarks
13+
1314
The Code Analysis tool reports this error when there's an internal error in the model file, not in the code being analyzed.

docs/code-quality/c1254.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2+
title: "Fatal error C1254"
23
description: "Learn more about: Fatal error C1254"
3-
title: Fatal error C1254
44
ms.date: 10/04/2022
55
f1_keywords: ["C1254", "FATALERROR_PluginVersionMismatch"]
66
helpviewer_keywords: ["C1254"]
7-
ms.assetid: cb1377cf-869e-432d-941f-71f77134f97a
87
---
98
# Fatal error C1254
109

1110
> Plugin version mismatch: '*module*' version '*version-number*' doesn't match the version '*version-number*' of the PREfast driver
1211
12+
## Remarks
13+
1314
The Code Analysis tool reports this error when there's an internal error with the plugin version, not in the code being analyzed.

docs/code-quality/c1255.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2+
title: "Fatal error C1255"
23
description: "Learn more about: Fatal error C1255"
3-
title: Fatal error C1255
44
ms.date: 10/04/2022
55
f1_keywords: ["C1255", "FATALERROR_PCHSyncLost"]
66
helpviewer_keywords: ["C1255"]
7-
ms.assetid: a97da6bd-06dc-42bf-9158-0de1ebb90d4a
87
---
98
# Fatal error C1255
109

1110
> PCH data for plugin '*plugin-name*' has incorrect length.
1211
12+
## Remarks
13+
1314
The Code Analysis tool reports this error when there's an internal error in the tool, not in the code being analyzed.

docs/code-quality/c1256.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2+
title: "Fatal error C1256"
23
description: "Learn more about: Fatal error C1256"
3-
title: Fatal error C1256
44
ms.date: 10/04/2022
55
f1_keywords: ["C1256", "FATALERROR_PCHInconsistent"]
66
helpviewer_keywords: ["C1256"]
7-
ms.assetid: 4d65e495-f9d9-435c-ba51-1cf5b4cc2309
87
---
98
# Fatal error C1256
109

1110
> '*plugin-name*': PCH must be both written and read.
1211
12+
## Remarks
13+
1314
The Code Analysis tool reports this error when there's an internal error in the tool, not in the code being analyzed.

docs/code-quality/c1257.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2+
title: "Fatal error C1257"
23
description: "Learn more about: Fatal error C1257"
3-
title: Fatal error C1257
44
ms.date: 10/04/2022
55
f1_keywords: ["C1257", "FATALERROR_InitFailure"]
66
helpviewer_keywords: ["C1257"]
7-
ms.assetid: 38d3ec05-01ba-42b3-aac6-077e92bf2ded
87
---
98
# Fatal error C1257
109

1110
> '*Plugin-name*': Initialization Failure.
1211
12+
## Remarks
13+
1314
The Code Analysis tool reports this error when there's an internal error in the plugin, not in the code being analyzed.

docs/code-quality/c1258.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2+
title: "Fatal error C1258"
23
description: "Learn more about: Fatal error C1258"
3-
title: Fatal error C1258
44
ms.date: 10/04/2022
55
f1_keywords: ["C1258", "FATALERROR_SaveToXmlFailed"]
66
helpviewer_keywords: ["C1258"]
@@ -9,4 +9,6 @@ helpviewer_keywords: ["C1258"]
99

1010
> Failed to save XML Log file '*filename*'. *Message*.
1111
12+
## Remarks
13+
1214
The Code Analysis tool reports this error when there's an internal error in the plugin, not in the code being analyzed.

docs/code-quality/c1259.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2+
title: "Fatal error C1259"
23
description: "Learn more about: Fatal error C1259"
3-
title: Fatal error C1259
44
ms.date: 10/04/2022
55
f1_keywords: ["C1259", "FATALERROR_FatalError"]
66
helpviewer_keywords: ["C1259"]
@@ -9,4 +9,6 @@ helpviewer_keywords: ["C1259"]
99

1010
> A fatal error was issued by a plugin.
1111
12+
## Remarks
13+
1214
The Code Analysis tool reports this error when there's an internal error in the plugin, not in the code being analyzed.

0 commit comments

Comments
 (0)