I
have the following class, when I run it is complaining about "does not contain static 'main' method suitable for entry point".
But
if I put static at the beginning(static void Main()), it is then complaining about 'An object reference is required for the non-static field, method or property ' fo ...
Go to the complete details ...