Wpf – Will WPF run on XP and Vista

windows-vistawindows-xpwpf

I am curious if XP and Vista are supporting WPF or not. I mean if some dlls will be missing or not. Thanks.

Best Answer

WPF is part of the .NET framework. As long as you have the right framework installed it will work. WPF was introduced with .NET 3.0. If you plan to use it, I recommend going for .NET 4.0 as it has matured with each version.

More info: http://en.wikipedia.org/wiki/Windows_Presentation_Foundation

WinXP was not shipped with any .NET Framework included, it has to be installed separately. Vista included 3.0. Windows 7 included 3.5. I think that it is safe to assume that 99% of all Windows computers out there have a recent .NET framework version installed since so many apps require it.