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,
Norman Yuan - 31 Jul 2006 19:49 GMT
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.
>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,
GMiller - 31 Jul 2006 20:52 GMT
Norman
Thank you, I wasn't aware of that.
Jim Wooley - 31 Jul 2006 19:50 GMT
> 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
Cowboy (Gregory A. Beamer) - 01 Aug 2006 13:54 GMT
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).

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
*************************************************
Think outside of the box!
*************************************************
>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,