Possible Duplicate:
How to convert a simple .Net console project a into portable exe with Mono and mkbundle?
I have a C# program which was written on windows, I need to transfer it to linux server.
However client doesn't want instal mono on his server, so I want to find a way to make it easy for him.
Is it possible to convert this program in such a format that it will run on linux without mono installed there?