Compiler Error CS1024
Preprocessor directive expected
A line began with the pound symbol (#), but the subsequent string was not a valid preprocessor directive.
The following sample generates CS1024:
// CS1024.cs
#import System // CS1024
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Preprocessor directive expected
A line began with the pound symbol (#), but the subsequent string was not a valid preprocessor directive.
The following sample generates CS1024:
// CS1024.cs
#import System // CS1024