What are the potential problems of .Net on Linux
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.
精彩评论