How to: Locate Help for Compiler Errors

Note

The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings.

All C# compiler errors have corresponding topics that explain why an error is generated, and in some cases, how to fix the error. To get help on a particular error message, try one of the following:

Procedure

To find help for an error

  • Click the error number in the Output Window, and press F1.

    -or-

    Type the error number in the Look for box in the Index.

    -or-

    Type the error number in the Search page.

See Also

Other Resources

C# Compiler Options