.NET Framework 1.1

  • Thread starter Thread starter Wazir
  • Start date Start date
W

Wazir

Hi all

Just wanted a confirmation

We want to upgrade our application written using Framework 1.0 and VS .NET
2002 to Framework 1.1. I was told that in order to use Framework 1.1, the VS
will have to be upgraded to 2003. Is this true?

TIA

Regards,
Wazir
 
Hi Wazir,

That is correct. VS.NET 2002 does not support Framework 1.1 so you will have to upgrade to 2003.
 
Yes, VS.NET 2003 & .NET 1.1 go together.

Hi all

Just wanted a confirmation

We want to upgrade our application written using Framework 1.0 and VS .NET
2002 to Framework 1.1. I was told that in order to use Framework 1.1, the VS
will have to be upgraded to 2003. Is this true?

TIA

Regards,
Wazir
 
This isn't entirely true. Yes, VS.NET 2003 uses the 1.1 Framework, but you
can install the 1.1 Framework on a server and then have an assembly written
in VS.NET 2002 (and thus, the 1.0 Framework) run (or target) the 1.1
Framework on the server.

Now, if you want to develop using the 1.1 Framework, you will need VS.NET
2003, but you don't need it have an application run via the 1.1 Framework.
 
Back
Top