This is the problem:
Using default runtime: v1.1.4322
You want to use runtime 2.0 or higher.
I assume you are compiling using mcs - use gmcs or dmcs . gmcs goals 2.0 and dmcs goals 4.0. See this documentation for more details.
EDIT: Ah, this seems to be a run-time problem, not a compile-time problem. What version of Mono are you using? I suspect that he is trying to find 4.0, but fails ... Are you really using the code that you already created on Windows?
Try installing the latest version of Mono; if this still fails, see if you can determine which installations were installed.
If this does not help, provide more detailed information (for example, which version of Mono you installed).
source share