English 中文(简体)
Cent中的网
原标题:.Net Framework in Wine in CentOS 5.5

在CentOS 5.5的 wine下安装和操作“网络框架”,然后汇编和执行。 在酒类的窗户中开发的净应用能够轻易利用所安装的框架。

i 通过因特网阅读,我们可以安装。 lin网,但无法安装或执行。 lin中的 Net子。

if we can install .Net under wine in linux, then which frameworks (2.0SP2, 3.5SP1, 4.0) can be installed under wine in linux (CentOS 5.5), and how to install the frameworks and then execute .Net apps.

请在这方面帮助我。

增 编

寻找有利的答案。

问题回答

Yes dear you can install .net Frameworks (Mono Version or Dot GNU version) on any linux based Operating System , as Cent is Linux Distribution so you can easily install MONO from Mono Project, which will solve your purpose, it s one of the best open source .net framework.

Yes you can!

。 现有净4吨吨吨位和3.5吨位尚未达到。 我可以起诉,过去一周一直在这样做。

Mono是探索的好选择,但如果你计划使用WPF,你可能比 Wine好(而且计划不支持)。 我在努力用强迫软件使WPF在 Wine中投入工作,我被告知这样做可能。

http://www.winetricks.org“rel=“nofollow”http://www.winetricks.org。 如果你已经过去了。





相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签