2.0 Framework vs 1.1

J

Jarod_24

Ref: http://msdn.microsoft.com/netframework/downloads/updates/default.aspx

Is the ".NET Framework Version 2.0 Redistributable Package Beta 1 (x86)"
Backwards compatible with applications written in 1.1 ?

What are the changes in this new version?

I'm currently using Visual Studio 2003 IDE.
Can i just download the 2.0 SDK and be able to benefit of the new changes?


I see that 2.0 is still currently just a beta, but this would be nice to know for future reference....
 
J

Jay B. Harlow [MVP - Outlook]

Jarod,
..NET 2.0 requires VS.NET 2005 (also in Beta). You can have both 1.1 & 2.0
installed on the same machine side-by-side. I would recommend only
installing the 2.0 beta on isolated "Development" machines as it is still in
beta. I use a VPC (Virtual PC or VMWare). By isolated I mean a separate PC
then your normal development machine, unless you are using something like
Ghost to easily restore your PC, as it is a beta afterall...


For a list of what changed from 1.1 to 2.0 see:

http://www.gotdotnet.com/team/changeinfo/default.aspx


For information on VS.NET 2005 & .NET 2.0 see:

http://lab.msdn.microsoft.com/vs2005/


Hope this helps
Jay
 

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