I can\'t figure what\'s my wrong with my code below.
When I try to compile I get the message:
does not contain a static \'main\' method suitab
Late, but for me, it was a "Console Application" project type, but "Build Action" in the file properties was some set to "None". Changed it to "Compile" and it was fine.