[Mono-dev] Can compile but not run simple program with "dynamic x = 100"

Jb Evain jbevain at gmail.com
Sun Feb 20 17:44:12 EST 2011


On Sun, Feb 20, 2011 at 11:25 PM, John Feminella <johnf at bitsbuilder.com> wrote:
> [/tmp]> dmcs -r:System foo.cs && ./foo.exe
> WARNING: The runtime version supported by this application is unavailable.
> Using default runtime: v1.1.4322

Looks like whatever you're using to `execute` the assembly is not
initializing the runtime properly. Try:

dmcs -r:System foo.cs && mono foo.exe

Jb


More information about the Mono-devel-list mailing list