[Mono-devel-list] FAQ and documentation addition
William S Fulton
wsf at fultondesigns.co.uk
Sun Jun 27 17:26:44 EDT 2004
Could the following be added to the FAQ, it had me puzzled for a while.
Q. When running my Mono compiled .NET program on Windows, I get the following
message "The application failed to initialize properly (0xc0000135). Click on OK
to terminate the application.". What am I doing wrong?
You need to download and install the Microsoft .NET Framework Runtime to run a
.NET program. Alternatively run the program using Mono's JIT:
mono program.exe
or use the interpreter:
mint program.exe
Can I also suggest adding something along the following into the docs, say in
the Mono Handbook, Introduction section.
To run a .NET program compiled program say, program.exe, one can either:
1) Run it using the Mono JIT (mono program.exe)
2) Run it using the Mono interpreter (mint program.exe)
3) Execute the program directly if the Microsoft .NET Framework Runtime is
installed (Windows only)
William
More information about the Mono-devel-list
mailing list