VS 2005 and .NET version selection

G

Guest

Hi,

I am told that in VS 2003 (which I am running now) I cant select between
..NET 1.1 and .NET 2.0.
I am considering buying VS 2005. Can I select .NET versions in VS 2005 (I
have 1.1, 2.0 and 3.0 installed and I want to selected any of them)

Thank you
 
T

Tim Van Wassenhove

Z schreef:
I am considering buying VS 2005. Can I select .NET versions in VS 2005 (I
have 1.1, 2.0 and 3.0 installed and I want to selected any of them)

Afaik Visual Studio 2005 does not allow you to select the version (If
i'm not mistaken you can an extension that allows you to select a
version, but i'm not 100% sure about this).

Visual Studio Orcas will allow the user to select the version (but only
2.0 or higher).
 
H

Henning Krause [MVP - Exchange]

Hello,

Visual Studio 2003: .NET 1.1
Visual Studio 2005: .NET 2.0 (with MSBee addon .NET 1.1 also)
Visual Studio "Orcas": .NET 2.0, .NET 3.0, .NET 3.5

Best regards,
Henning Krause
 
S

Scott M.

Not quite:

Visual Studio 2003: .NET 1.1 or 1.0


Henning Krause said:
Hello,

Visual Studio 2003: .NET 1.1
Visual Studio 2005: .NET 2.0 (with MSBee addon .NET 1.1 also)
Visual Studio "Orcas": .NET 2.0, .NET 3.0, .NET 3.5

Best regards,
Henning Krause
 
L

Laurent Bugnion [MVP]

Hi,
Not quite:

Visual Studio 2003: .NET 1.1 or 1.0

We used Visual Studio 2002 for .NET 1.0. I cannot remember, but I don't
think that VS2003 could handle .NET 1.0, could it?

Greetings,
Laurent
 
G

Guest

Rory Becker said:
Like Laurent and Rad, I kinda don't see this.

Care to explain?

Hi,

I had 1.0 and 1.1 installed. From VS2003 I could select between 1.0, 1.1 or
both. Even now when I un-installed 1.0 I get the same box with the same
choices.

Thank you for your replies
 
P

pvdg42

Z said:
Hi,

I had 1.0 and 1.1 installed. From VS2003 I could select between 1.0, 1.1
or
both. Even now when I un-installed 1.0 I get the same box with the same
choices.

Thank you for your replies

Where? Please cite the path to the dialog. I don't remember seeing it
either, but I have VS 2003 still installed on one PC here and I'd like to
see this feature, as I never know of it while using 2003.
 
N

Norman Yuan

Actually, with VS2003, you can only work with .NET1.1. However, VS2003 has
an build option that allows you to choose target .NET version (1.0 or 1.1).
Note, VS2003 still uses .NET 1.1 to build the application, even you choose
to target .NET 1.0. So, on the developing machine, you still use 1.1 (it is
required by VS2003 anyawy).

VS2003 having this option was just because .NET 1.1 came so soon after
..NET1.1. I believe, with VS2003 SP1 installed, this option is gone, because
I could not found it in my VS2003 anymore, and I did use it in a few
projects back to year 2003/2004. I know many people just did not notice
this. After all, who is targeting .NET 1.0 now?
 
O

oscar.acostamontesde

Not quite:

Visual Studio 2003: .NET 1.1 or 1.0

That's not true, VS2002 tarjets net 1.0, VS 2003 tarjets net 1.1. Only
in Orcas is planed to allow user to select the tarjet runtime.
Best regards,
Oscar Acosta
 

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