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 CS1035

End-of-file found, '*/' expected

An open comment was not matched with a close comment.

The following sample generates CS1035:

public class a {
   public static void Main() {
   }
}
/*
needs closing comment