.NET Framework 1.1

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
 
M

Morten Wennevik

Hi Wazir,

That is correct. VS.NET 2002 does not support Framework 1.1 so you will have to upgrade to 2003.
 
S

Shiva

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
 
S

Scott M.

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.
 

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