Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Visual C#
C# Reference
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
C# Language Reference
C# Preprocessor Directives

This section discusses the C# language's preprocessor directives:

#if

#else

#elif

#endif

#define

#undef

#warning

#error

#line

#region

#endregion

#pragma

#pragma warning

#pragma checksum

While the compiler does not have a separate preprocessor, the directives described in this section are processed as if there was one; these directives are used to aid in conditional compilation. Unlike C and C++ directives, you cannot use these directives to create macros.

A preprocessor directive must be the only instruction on a line.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Asp.Net message "preprocessor directive expected"      Beef-Tech-ees   |   Edit   |   Show History
If you arrived on this page due to the above message in VS, you are probably looking for information on Data Binding.

If so, then follow this link http://msdn.microsoft.com/en-us/library/bda9bbfx.aspx
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker