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
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
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