[Mono-dev] Running .net appliation from mac

Andrew Brehm ajbrehm at gmail.com
Thu Dec 11 07:10:23 EST 2008




Jayaganesan wrote:
> 
> Hi, I have developed an windows application using .net 3.5, I need to run
> this application from a mac machine. Let me know how to achieve do this...
> 

Download Mono 2.0 from http://www.go-mono.com/mono-downloads/download.html,
hope that your application doesn't use any specific .NET 3.5 features not in
Mono 2.0 (recompile for .NET 2.0 if you want to be reasonably sure), and run
your program using the command "mono yourprogram.exe".

-- 
View this message in context: http://www.nabble.com/Running-.net-appliation-from-mac-tp20953478p20954225.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list