I installed MonoFramework and I have myproject.exe file.How to run C# Desktop Application with extension .exe in Mac OSX?
yes this is working fine for run exe file...
open terminal ...
then write mono on terminal and copy exe file path and past after mono, then your exe file execute...
like
apple-pc:~ Santosh$ mono /Users/Santosh/Downloads/Myapp/bin/Debug/Myapp.exe