[Mono-osx] A very basic question-- running Win .net exe on Mac OS X w/ Mono
lconklin
lwconklin at pryermachine.com
Thu Dec 17 10:39:01 EST 2009
veryconfused wrote:
>
> So I have a .NET Windows program... exe file. Can I run it with Mono on my
> mac? I tried 'mono program.exe' and 'mcs program.exe'... that didn't work
> at all.. and I'm sure it's obvious I have no idea what Mono does LOL
>
> I thought I'd be able to run this windows .NET program on Mac OS X... can
> I even do that with mono?
>
Try running your program this way
mono --debug program.exe
or
mono --trace program.exe
or
mono -v program.exe
I had the same issue. I found out using the mono --debug program.exe that
one of my c# commands was not supported by mono. Using just mono program.exe
doesn't give you enough information to see what the actual issue is.
--
View this message in context: http://old.nabble.com/A-very-basic-question---running-Win-.net-exe-on-Mac-OS-X-w--Mono-tp22217524p26829904.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
More information about the Mono-osx
mailing list