Can Wine run .NET WPF applications?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Dotan Cohen

Can Wine run .NET WPF applications?

Post by Dotan Cohen »

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
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

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.
Dotan Cohen

Can Wine run .NET WPF applications?

Post by Dotan Cohen »

On Mon, Dec 26, 2011 at 09:52, oiaohm <[email protected]> wrote:
Dotan Cohen  If you are lucky the WPF you have used will fall inside silverlight requirements with Mono.
Although I am almost certain that the XAML is silverlight-compatible
(I wrote it by hand), Mono won't run it. I'll ask about that on the
Mono list.

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.
I see, thanks. Yet another drawback to .NET development to mark down!

Even better learn QT and basically release native linux and be done with it.
Of course! Qt is a technology that I am adding to my toolbox.

Thanks!

--
Dotan Cohen
Locked