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

frank
  • 495
  • 1
  • 7
  • 13
  • I am glad the solution worked for you. Did you deviate at all from that guideline? If so, could you share the details with us? – paracycle Dec 27 '09 at 12:03

1 Answers1

1

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.

Community
  • 1
  • 1
paracycle
  • 7,665
  • 1
  • 30
  • 34