Visual C# Reference: Errors and Warnings
Compiler Error CS1555
Could not find 'class' specified for Main method
A class was specified to the /main compiler option, but the class name was not found in the source code.
A class was specified to the /main compiler option, but the class name was not found in the source code.