开发者

What are the potential problems of .Net on Linux

开发者 https://www.devze.com 2023-02-08 03:59 出处:网络
What are the potential problems(if any) deploying/installing a Windows application(WPF/WinForms) which uses .Net4 onto a Linux server?

What are the potential problems(if any) deploying/installing a Windows application(WPF/WinForms) which uses .Net4 onto a Linux server?

I'd love to hear from any that have开发者_如何转开发 experience doing something similar.

Thanks


The most common .NET runtime implementation on Linux is Mono. However, this does not support WPF, nor does it yet fully support the .NET 4 framework class library. Microsoft's own CLR won't run on anything but Windows, so unless and until you can find an alternative runtime that supports .NET 4 and WPF, you won't be able to do this.

0

精彩评论

暂无评论...
验证码 换一张
取 消