Operating systems and .net

  • Thread starter Thread starter Ellie
  • Start date Start date
E

Ellie

Hi,

I'm just starting to get into .net, after spending years on VB6 and C++. Do
the newer MS operating systems, like XP and Vista have the .net framework?

Thanks
 
Ellie said:
Hi,

I'm just starting to get into .net, after spending years on VB6 and C++.
Do the newer MS operating systems, like XP and Vista have the .net
framework?

The .Net Framework must be installed on the O/S for .Net applications to
work. An install setup can include the Framework in the install package.

The .Net Framework to install will be based on the Framework being used in
the applications development. Framework 1.1 for VS 2003 and 2.0 for VS 2005
applications.

The lowest MS O/S that the .Net Framework can be installed on to run .Net
solutions is Win 9'x.
 
Hello Ellie,

yep. .NET FW is preinstalled on the latest releases or SPs

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

E> Hi,
E>
E> I'm just starting to get into .net, after spending years on VB6 and
E> C++. Do the newer MS operating systems, like XP and Vista have the
E> .net framework?
E>
E> Thanks
E>
 
Back
Top