CentOS 5.5 中 Wine 中的 .Net 框架
是否可以在CentOS 5.5中在wine下安装并运行.Net Framework,然后使用安装的框架轻松编译并执行在wine下在windows中开发的.Net应用程序。
我在互联网上读到我们可以在linux中的wine下安装.Net Framework,但是我无法在linux中的wine下安装或执行.Net应用程序。
如果我们可以在linux的wine下安装.Net,那么在linux(CentOS 5.5)的wine下可以安装哪些框架(2.0SP2、3.5SP1、4.0),以及如何安装框架然后执行.Net应用程序。
请帮助我。
谢谢
寻找有利的答案。
Is it possible to install and run .Net Framework under wine in CentOS 5.5 and then compile and execute .Net applications developed in windows under wine easily using the framework installed.
i have read across the Internet that we can install .Net Framework under wine in linux, but i am unable to install or execute the .Net apps under wine in linux.
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.
Kindly please help me in this.
Thanks
Looking for favorable answers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您看过Mono 项目吗?它带有 .Net 框架,您根本不需要安装 Wine。
Have you looked at the Mono project? It comes with the .Net framework and you dont need to install Wine at all.
您正在寻找 Mono,以及 StackOverflow 中的空心支票。
You're looking for Mono, and for the hollow check in StackOverflow.
是的,亲爱的,您可以在任何基于 Linux 的操作系统上安装 .net Frameworks(Mono 版本或 Dot GNU 版本),因为 Cent 是 Linux 发行版,因此您可以轻松地从以下位置安装 MONO
Mono Project,它将解决您的目的,它是最好的开源.net框架之一。
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.
是的,你可以!
.Net 4 尚未推出,3.5 尚未推出。我可以运行 .net 可执行文件,并且过去一周一直这样做。
Mono 是一个不错的探索选择,但请注意,如果您计划使用 WPF,那么使用 Wine 可能会更好,因为它不受支持(并且不打算受支持)。我正在尝试在 Wine 中使用强制软件渲染的 WPF - 我被告知这是可能的。
如果您还没有尝试过,您还应该尝试 winetricks http://www.winetricks.org。
Yes you can!
.Net 4 isn't available and 3.5 is not quite there yet. I can run .net executable and have been doing so for the past week.
Mono is a good option to explore but be warned, if you plan to use WPF you might be better with Wine as it's not supported (and is not planned to be supported). I'm in the process of working up to trying WPF in Wine with forced software rendering - I've been told it may be possible.
You should also try winetricks http://www.winetricks.org if you haven't already.
对安装也感到困惑,正如所引用的“Mono 并不是 .NET 的 100% 功能齐全的替代品,因此您可能会遇到某种缺失的功能”。 Wine 可能只是针对 .NET 相关错误输出一条默认错误消息。您可以尝试在 Wine 中安装实际的 .NET,但根据版本的不同,您可能不会有更好的运气: http://appdb.winehq.org/objectManage...ation&iId=2586'
also confused about the installation, as quoted 'Mono is not quite a 100% fully functional alternative to .NET, so you could just be running up against a missing function of some kind. Wine is probably just spitting out a default error message for .NET related errors. You could try installing actual .NET in Wine, but depending on the version, you might not have any better luck: http://appdb.winehq.org/objectManage...ation&iId=2586'