Newbie: What version of Framework with VS.NET 2002

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!!
 
M

Mike Kitchen

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
 
M

Manoj G [MVP]

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.
 

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