.NET 2.0

G

GMiller

I am using Visual Studio 2003 and I just updated from .NET 1.1 to 2.0.
I have installed the 2.0 framework and the 2.0 SDK. However when I go
into Visual Studio under help->about it still shows the .NET version as
1.1. Am I missing a step somewhere?

Thank you,
 
N

Norman Yuan

You missed one thing: Buy and/or install VS2005 or other IDE too that is
designed for .NET2.0. Each version of VS only works with the corresponding
version of .NET, meaning, VS2003 can only use .NET1.1, while VS2005 works
with .NET2.0.
 
J

Jim Wooley

I am using Visual Studio 2003 and I just updated from .NET 1.1 to 2.0.
I have installed the 2.0 framework and the 2.0 SDK. However when I go
into Visual Studio under help->about it still shows the .NET version
as 1.1. Am I missing a step somewhere?

You need VS2005 (or the free express tools) to develop in 2005. VS2003 was
only designed to work with 1.1.
Jim Wooley
http://devauthority.com/blogs/jwooley/default.asp
 
C

Cowboy \(Gregory A. Beamer\)

VS 2003 does not connect to .NET Framework 2.0. You will have to get a
version of Visual Studio 2005 (including the free express versions, if you
can use them).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 

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