Most .NET 1.0 & 1.1 applications will run on .NET 2.0.
http://msdn2.microsoft.com/en-us/library/ms228009.aspx
In fact most .NET 1.0 & 1.1 apps will run under the .NET 2.0 64-bit
edition!
http://blogs.msdn.com/joshwil/archive/2005/05/06/415191.aspx
However due to the change in the meta data, no .NET 2.0 app will run on
.NET
1.0 or 1.1.
Of course can install .NET 1.0, 1.1 & 2.0 side-by-side & have all three
versions installed.
--
Hope this helps
Jay [MVP - Outlook]
.NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley -
http://www.tsbradley.net
| Nope, no backward compatibility mode, I'm afraid.
|
| --
| Carsten Thomsen
| Communities -
http://community.integratedsolutions.dk
|
| | >> You're correct; apps built for the .NET Framework 1.1 will continue
to
| >> run
| >> in the context of 1.1, and apps built for 2.0....
| >>
| > Doesn't have v2.0 have backward functionality to run v1.1 even if the
v1.1
| > is not installed?
| > I don't think that you need v1.1 anymore if you have v2.0 installed.
| >
| > Last time I testested v1.0 programs and they ran fine under v1.1 only
| > installs.
| > So I guess that this wil be the case too for v2.0
| >
| > What I do imagine is that some functionality might break in the v2.0
| > version, in this case installing the v1.1 might be a solution, but if
you
| > stick to the v1.1 specification and did not use exotic functionality,
then
| > I
| > believe that it just runs fine under v2.0.
| >
| >
|
|