tags:

views:

97

answers:

1

HI,

I have a simple~ish command line app written in c#. I now need to use this on a server where I cannot install the dot net framework.

If I compile the app in Mono - will I be able to use it on a Windows server without the .net framework installed and without installing any mono-related files?

Hopefully just drop the exe in - and it will work?

MoMA (The mono migration analyzer) says the app is compatible with Mono.

Thanks

FrankB

+1  A: 

Please see my answer to a similar question here. I haven't performed the operation myself, but it may be of some help to you.

paracycle
Thank you! I'll give this a crack tomorrow, and feedback my results.
frank
Worked aok - thank you
frank