which .NET to install with VS 2005 pro

D

Daniel Brower

I am planning on installing Visual Studio 2005 Professional on Windows XP
SP2. The XP machine has all the updates and it has .NET framework 2.0
installed. It does not have the other .NET framework versions. Do I need
to install .NET framework 1.0 or 3.0?

Daniel
 
B

Brendan G

No need to install anything else.

VS has all (most?) of the required pre-requisites anyway.
 
P

PvdG42

Daniel Brower said:
I am planning on installing Visual Studio 2005 Professional on Windows XP
SP2. The XP machine has all the updates and it has .NET framework 2.0
installed. It does not have the other .NET framework versions. Do I need
to install .NET framework 1.0 or 3.0?

Daniel
The VS 2005 installer will install the version of the .NET Framework it
needs, 2.0.

1.0 is not useful with VS 2005, as you cannot target that version. You can,
if you wish, install 3.0, as it is an add-on to 2.0 and VS 2005 can be
updated to use the 3.0 features if desired.
 
S

Scott M.

You don't need to install anything other than VS 2005 - it will take care of
installing all the required software.
 

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