'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(){ }