NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

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:

#import System   // CS1024