tags:

views:

75

answers:

2

I installed MonoFramework and I have myproject.exe file.How to run C# Desktop Application with extension .exe in Mac OSX?

+2  A: 

You should use the following command line:

mono my_cool_program.exe
Jarlaxle
A: 

I think you will have to install Mono Runtime on target machine.

KMan