[Mono-winforms-list] Does not contain a static Main method suitable for an entry point
Hans Poulsen
hap at solar.dk
Tue Aug 15 13:47:47 EDT 2006
Hi everybody
I keep getting this error every time I want to compile a class that is
intended to be an object. I'm running Mono on a windows XP machine, is it a
missing compiler parameter, or can anybody tell me what courses this
problem?
public static class TST
{
public static int num;
public static void M()
{
num = 5;
}
}
Best regards
Rytme
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20060815/d6e00847/attachment.html
More information about the Mono-winforms-list
mailing list