简体   繁体   English

在Linux中使用Visual Studio C#程序

[英]Using Visual Studio C# program in Linux

I have written a program using Microsoft Visual C# 2010 Express. 我已经使用Microsoft Visual C#2010 Express编写了一个程序。 I need to make sure, that client can run the program from a php page on his Linux server. 我需要确保该客户端可以从其Linux服务器上的php页面运行该程序。 The problem is, I have never used Linux or php. 问题是,我从未使用过Linux或php。 How should I modify my program, so that it can be run on Linux? 我应该如何修改程序,使其可以在Linux上运行? I use a lot of libraries as well (like AForge). 我也使用很多库(例如AForge)。 Thank you! 谢谢!

You can run .Net applications on Linux with mono. 您可以使用mono在Linux上运行.Net应用程序。 Check your program with the no Mono Migration Analyzer - MoMA 使用no Mono Migration Analyzer检查程序-MoMA

First, .NET does not run on Linux readily. 首先,.NET在Linux上不容易运行。 Mono (http://www.mono-project.com/Main_Page) is an option for this. Mono(http://www.mono-project.com/Main_Page)是该选项。 You need to deploy mono onto the Linux box and configure so that your .NET app can run on it. 您需要将Mono部署到Linux机器上并进行配置,以便您的.NET应用程序可以在其上运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio C#使用计时器按住程序1小时 - Visual Studio C# using timer to hold down the program for 1 hour 使用 Visual Studio Code 在 Linux 上编写 C# - Writing C# on Linux with Visual Studio Code Visual Studio的C#彩票循环程序 - c# Lottery looping program with Visual Studio 如何使用Visual Studio Express 2013将C#接口实现/合并到简单的C ++程序中 - How to implement/merge C# interface into a simple C++ program using Visual Studio Express 2013 在Visual Studio中使用Mono将C#WinForms应用程序移植到Linux / OS X. - Porting C# WinForms app to Linux/OS X using Mono in Visual Studio Visual Studio C ++至C#套接字程序 - visual studio c++ to C# socket program 我尝试使用Visual Studio C#调试我的程序时出错 - error when i try to debug my program, using Visual Studio C# 使用Interop.Word使用Visual Studio C#程序锁定Word字段-超出范围 - Locking Word fields with Visual Studio C# program using Interop.Word - out of range 尝试使用 Visual Studio 在 C# 中创建出价最高的 WPF 程序 - Trying to create a highest bidder WPF program in C# using Visual Studio 使用Visual Studio运行引用32位dll的64位程序-C# - Running a 64bit program referencing a 32bit dll using visual studio - C#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM