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 CS1558

'class' does not have a suitable Main method

The /main compiler option specified a class in which to look for a Main method. However, the Main method was not defined as follows:

public static void Main(){
}