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 CS1505

Missing file specification for 'compiler option' command-line switch

A compiler option did not have a complete specification. For example, when you use the /s compiler option, you must also specify the files that you want to compile. For example: /s:*.src.

For more information, see the list of C# compiler options.