user2816706
user2816706

Reputation: 11

is WPF application works in all operating systems(windows)?

Is WPF application works in all windows operating systems or not. which is the best way to OS compatibility WPF apps.

Upvotes: 0

Views: 604

Answers (3)

Yes, WPF works on all the windows OS. Check

WPF apps and operating system

Upvotes: 0

HichemSeeSharp
HichemSeeSharp

Reputation: 3318

WPF can work with any Windows Versions starting from XP you just have to make sure that the .net framework your application is buit with is installed on the os.

Upvotes: 0

Fede
Fede

Reputation: 44068

WPF is part of the .Net Framework starting from version 3.0

It will run on any OSes that support the (Microsoft version) of the .Net Framework that you're targetting.

Upvotes: 2

Related Questions