2

I have written a program using Microsoft Visual C# 2010 Express. I need to make sure, that client can run the program from a php page on his Linux server. The problem is, I have never used Linux or php. How should I modify my program, so that it can be run on Linux? I use a lot of libraries as well (like AForge). Thank you!

1
  • Get a virtual machine with linux, install mono and try your program. Use MonoDevelop for debugging. Commented Dec 28, 2011 at 11:46

2 Answers 2

2

You can run .Net applications on Linux with mono. Check your program with the no Mono Migration Analyzer - MoMA

Sign up to request clarification or add additional context in comments.

1 Comment

MoMA is useful as a first step, but can't replace an actual test.
2

First, .NET does not run on Linux readily. Mono (http://www.mono-project.com/Main_Page) is an option for this. You need to deploy mono onto the Linux box and configure so that your .NET app can run on it.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.