dot net (.net) question

B

Barry Watzman

Can someone please clarify the relationships of the different versions
of dot net (.net, dot net framework, whatever)?

In particular, does installing the latest version (which I think is 3.5)
also meet the needs of programs that require .net versions 1 and/or
version 2? Or do you install .net 1 and .net 2 and .net 3 separately as
3 distinct installations.

Thanks
 
M

Malke

Barry said:
Can someone please clarify the relationships of the different versions
of dot net (.net, dot net framework, whatever)?

In particular, does installing the latest version (which I think is 3.5)
also meet the needs of programs that require .net versions 1 and/or
version 2? Or do you install .net 1 and .net 2 and .net 3 separately as
3 distinct installations.

They are all separate applications, not versions of the same program.

Malke
 
J

JS

Each version of .NET is separate.
Example: .NET 2.0 does not replace .NET 1.0

However .NET service packs may include
updates for more than one version of .NET
As an example .NET 3.5 SP1 includes updates
for not only .NET 3.5 but also earlier versions.
 

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