Does .net Framework 3.0 standalone?

M

MrPaulm

If .net Framework 3.0 is installed on a server, is it also necessary
to install previous versions of the Framework?

Thanks.
 
H

Henning Krause [MVP - Exchange]

Hello,

..NET 3.0 builds on top of 2.0, so you need 2.0 and 3.0.

Best regards,
Henning Krause
 
K

Kevin Spencer

No.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
M

Michael Letterle

If .net Framework 3.0 is installed on a server, is it also necessary
to install previous versions of the Framework?

Thanks.

The .NET 3.0 Framework is only WCF, WF, WPF and CardSpace, everything
else is still .NET 2.0. In fact all of the .NET 3.0 components run on
the 2.0 CLR. So in short, you need to have .NET 2.0 installed in
order to run .NET 3.0 executables. In fact the system requirements
for .NET 3.0 ensure that you have the .NET 2.0 framework already
installed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top