Framework SDK version

  • Thread starter Thread starter Randall Smallwood
  • Start date Start date
R

Randall Smallwood

Can anyone tell me if the .NET Framework version 1.1 SDK will work with
Visual Studio .NET 2002 (as opposed to 2003). Or at least tell me where I
can find information on which versions of the SDK are compatible with which
versions of Visual Studio.
Thanks.
 
Randall Smallwood said:
Can anyone tell me if the .NET Framework version 1.1 SDK will work with
Visual Studio .NET 2002 (as opposed to 2003). Or at least tell me where I
can find information on which versions of the SDK are compatible with which
versions of Visual Studio.

You need VS 2003 to develop for .NET 1.1.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Empower ASP.NET with IntraWeb
http://www.atozed.com/IntraWeb/
 
You can program against Framework 1.1 using VS2002... I am doing it, and it
seems to work just fine.

I have seen one annoying issue, and it is that when you add a reference,
selecting from the list of .NET references, you will get a reference to the
1.0 framework assemblies. You have to browse to the 1.1 framework directory
if you want the 1.1 assemblies. Does anybody know how to configure VS2002 so
it uses framework 1.1 by default?

Sincerely
Svein Terje Gaup
 
Sorry, I may have read your question wrong. I thought you were asking if you
could use VS2002 with .NET Framwork 1.1. I missed that you were asking about
the SDK.
 
Back
Top