Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anybody please tell me the way to compile a C# program on windows for a linux OS?
I know it's possible, but I can't find the way on the web, so it'll be much appreciated if someone tell me the way.
Thanks you.
Posted

1 solution

Hi,

I'm sure Mono is what you're searching for ;).
Take care of the compatibility, WPF is unfortunately not supported currently.

http://www.mono-project.com/Compatibility[^]

Best Regards
 
Share this answer
 
Comments
jsdhgkjdsahklg 12-Mar-12 14:02pm    
Thank you for your answer, and I'm using windows forms.
Does that Mono have a GUI? And is it easy to use?
Sergey Alexandrovich Kryukov 12-Mar-12 14:58pm    
Among other things, Mono supports System.Windows.Forms pretty well, even though this is a non-standard library.
All Forms applications I develop work on Mono without recompilation.
--SA
El_Codero 12-Mar-12 14:26pm    
WinForms is supported with GUI and yes it's very easy to use. Have Fun it's open source.
Shahin Khorshidnia 12-Mar-12 14:31pm    
Thank you.
El_Codero 12-Mar-12 14:34pm    
You're welcome. In addition there's a Mono Migration Analyzer which will help you to port it.
http://www.mono-project.com/MoMA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900