[Mono-dev] Build Microsoft Visual Studio Solution under Mono

Stefanos A. stapostol at gmail.com
Thu Apr 8 10:00:46 EDT 2010


Την Fri, 26 Mar 2010 00:33:44 +0300,ο(η) The87Boy <lasse at lsmc.dk> έγραψε:

>
> I have developed a program under Microsoft Visual Studio, but as I have  
> to
> move the Business and Data-part to the server, I need it to compile to  
> Mono
> as the server runs Linux. The reason is, that I will only allow
> DB-Connection on Localhost.
> My question is now, how do I compile the program? Are there any programs  
> to
> develop to Mono, I can use under Windows, or how can I do this?


You can compile (most) Visual Studio solutions directly on Mono using  
xbuild from the terminal or the MonoDevelop IDE. There are Windows  
versions for both.

However, binaries compiled on .Net can run on Mono without issue - and  
vice versa - provided you don't rely on any unimplemented features and  
don't use p/invokes.


More information about the Mono-devel-list mailing list