Demonstration on how to launch and execute a .NET application with mono from a Windows command console (cmd.exe) that is not configured -- environment wise -- with any specific version of the mono runtime.
After the application prematurely exit (do to some missing Gnome# dependencies), the mono runtime selector is used to choose a version that satisfies all requirements and a subsequent run is made using the same instrctions.
The second run attempt is successfully completed.