Newbie: What version of Framework with VS.NET 2002

  • Thread starter Thread starter Sami
  • Start date Start date
S

Sami

Hello,
I have a Visual Studio.NET 2002 Enterprise Architect version that I would
like to use.
I am not sure which version of the .NET Framework is installed with it but
can I seperately download .NET Framework 1.1 and use it with VS.NET 2002?

How should I proceed with the installation process?

Should I first install VS.NET 2002 (which I presume automatically installs
the .NET Framework that comes with it) and then update the .NET Framework to
1.1?
or
Should I first install the .NET Framework 1.1 and hope that VS.NET 2002 does
not overwrite it with the older version of .NET Framework?

I know that there is some sort of a problem with unstalling .NET
Frameworks!!
 
Hi Sami.

VS.NET 2002 comes with framework 1.0. Unfortunately you cannot download 1.1
and get it to work with with VS.NET 2002. But you can compile from the
command line with 1.1, or use sharpdevelop.

You can also download the new Visual C# Express Beta from
http://lab.msdn.microsoft.com/express/vcsharp/default.aspx.

If you want to get started without shelling out for VS.NET 2003, I have a
page at http://www.publicjoe.f9.co.uk/csharp/cs01a.html that will help you
out.

Hope this helps

Publicjoe
C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html
C# Snippets at http://www.publicjoe.f9.co.uk/csharp/snip/snippets.html
C# Ebook at http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html
 
Actually, VS.NET 2002 is tied to V1.0 of the framework and VS.NET 2003 is
tied to 1.1 and I dont think this can be changed. You can however have them
installed side by side and they would work fine. Installing v1.1 of the
framework after installing VS.NET 2002 would not make VS.NET 2002 use the
new version of the framework.
 
Back
Top