Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.93 KB

File metadata and controls

37 lines (30 loc) · 1.93 KB
title C# Compiler Errors
ms.date 07/20/2015
ms.prod .net
ms.technology
devlang-csharp
ms.topic error-reference
helpviewer_keywords
C# language, compiler errors
Visual C# compiler, errors
errors [C#]
ms.assetid 57262ab1-6c50-4f9c-81ad-9fba48477416
caps.latest.revision 23
author BillWagner
ms.author wiwagn

C# Compiler Errors

Some C# compiler errors have corresponding topics that explain why the error is generated, and, in some cases, how to fix the error. Use one of the following steps to see whether help is available for a particular error message.

  • Find the error number (for example, CS0029) in the Output Window, and then search for it on Microsoft Docs.

  • Choose the error number (for example, CS0029) in the Output Window, and then choose the F1 key.

  • In the Index, enter the error number in the Look for box.

If none of these steps leads to information about your error, go to the end of this page, and send feedback that includes the number or text of the error.

For information about how to configure error and warning options in C#, see Build Page, Project Designer (C#).

[!INCLUDEnote_settings_general]

See Also

C# Compiler Options
Sorry, we don't have specifics on this C# error
Build Page, Project Designer (C#)
/warn (C# Compiler Options)
/nowarn (C# Compiler Options)