I'm developing an application that must run on Windows XP,7,8 (desktop mode). Which version of .net can I use?
If this version is not a default part of XP or Windows 7, is it a good idea to include it in my application installer?
NET Framework 4 is supported on Windows XP, however, it will not run apps that require . NET Framework 4.5 or later versions.
NET Framework 3.0 is supported on Windows XP, Server 2003, Vista, Server 2008, and Server 2008 R2.
NET Framework 4.7. 1 is supported on the following operating systems: Windows 7 Service Pack 1 (x86 and x64) Windows 8.1 (x86 and x64)
The . NET Framework 4 can be installed on Windows XP. Most apps that require the . NET Framework require this version.
You can use the latest version of .NET (at the time of writing) on Windows XP.
.NET 4.5 is not supported on XP. System requirements for .NET 4.5.
.NET 4.0 is supported on XP.
You should expect to have to install the framework when you install your application though. The dotNetInstaller is good for this (although there are other ways too).
There may well be certain classes or methods in the .NET framework that require a higher version of Windows than XP/Vista/7 etc. But you will have to check these case-by-case.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With