简体   繁体   中英

Using Visual Studio C# program in Linux

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!

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM