When trying to run a sample .NET WPF application (that I wrote, just a simple Hello World) I get the following message: wine: Install Mono 2.8 or greater for Windows to run .NET 4.0 applications. However, Mono cannot run WPF applications. Can I force Wine to run it? Does Wine support WPF? This is with Wine 1.3.28 on the latest Kubuntu. Thanks. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com
Dotan Cohen If you are lucky the WPF you have used will fall inside silverlight requirements with Mono. If not your stuffed. Wine does not do anything special to support .net Native windows binary programs are far more likely to work than .net based stuff with wine. Even better learn QT and basically release native linux and be done with it.