vote up 1 vote down star

I'm trying to evaluate .net as an implementation platform for my next software project.

Which operating system releases come with a .net runtime pre-installed? And which come with it as an add on (I'm thinking mono here)?

flag

55% accept rate

6 Answers

vote up 3 vote down

.NET Framework Support on Windows Operating Systems

If I'm not wrong .NET installed by default on WinXP (SP2 ?) and Vista (.NET 3.0 by default). Also .NET is distributed via WindowsUpdate and Service Packs

EDIT:

Wikipedia article contains some information about Windows versions with preinstalled .NET FW.

link|flag
The cited MSDN page discusses which platforms can run .net, not those which bundle it as part of the platform. Also WinXP does not (by default) come with any flavour of .net. – John McAleely May 2 at 23:42
vote up 1 vote down check

The cited wikipedia page claims:

.NET Framework 1.1: Windows Server 2003
.NET Framework 2.0: Windows Server 2003 R2
.NET Framework 3.0: Windows Vista, Windows Server 2008

.NET Compact Framework 1.0 (SP2): Windows Mobile 5.0
.NET Compact Framework 2.0: Windows Mobile 6.0

link|flag
XP sp2 has .NET 2.0 – Will Sep 16 '08 at 14:09
It's an optional, isn't it? – Bernard Sep 30 '08 at 4:44
vote up 0 vote down

On the server side W2K3 has pre-installed .NET framework

link|flag
vote up 0 vote down

You can pretty much expect a minimum of .NET 2.0 on any MS system out there. You might have an issue with 1% of your customer base, but a little handholding and they can pull through the nightmare of downloading the installer. I know, its horrible.

Its hard to say as far as Linux distros. The Mono project has a list of supported platforms. I think you pretty much have to assume anybody running *nix or Linux or a Mac is going to have to download Mono to run your app.

link|flag
vote up 0 vote down

Vista is the only Microsoft DESKTOP operating system that comes with a version of .NET preinstalled. The version installed on Vista is .NET 3.0. Windows XP SP2 does NOT include any version of .NET by default. It is listed as an optional update on the Windows Update web site so you can not count on it being installed.

link|flag
vote up -1 vote down

None come with .NET pre-installed. But it began to be well widespread on the XP/Vista computers. It's more rare on linux distribution, even if Mono is trying to fill the gap.

link|flag
.NET 3.0 is preinstalled on Vista for sure. – aku Sep 16 '08 at 11:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.