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
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