https://bugzilla.novell.com/show_bug.cgi?id=346136
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=346136#c2 Paolo Molaro <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |[EMAIL PROTECTED] --- Comment #2 from Paolo Molaro <[EMAIL PROTECTED]> 2007-12-07 07:07:39 MST --- It looks like you're running gmcs.exe with the MS runtime. You need to run it with the mono runtime as the MS runtime is incomplete and buggy. As for running mono, you didn't show any exception output: please run you program from a console and report that, from the log above it doesn't seem you're running any managed program with it. You may also want to run mono from a directory different from the MS CLR directory as it may try to pick up the MS mscorlib.dll instead of its own. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
