We do all we can to ensure backward compatibility of the .net framework and
in general your apps should run just fine on 2.0. Our test teams typically
compile their entire 1.0 and 1.1 test beds, and then run them on the 2.0
framework. Any issues are either fixed or documented. Here is the list of
know compatibility breaks documented on MSDN:
http://msdn.microsoft.com/netframewo...s/default.aspx
Please check this out to see if you have a key dependency.
Note, you can also run applications side by side, with both 1.1 and 2.0
installed. We test this in much the same way. What you cannot do, is have a
component dll load the 1.1 runtime when instantiated from a 2.0 app. You
only get one version of the framework per appdomain.
Hope this helps,
Adam Braden
Visual Basic Team
--
Gistcheckin
"Jerry" wrote:
> Yes I've successfully installed .NET Framework 3.0 and 3.5 beta. Both with
> NO problems.
>
> "Gistcheckin" <> wrote in message
> news:37472557-B0AA-4F23-9EA9-...
> > Have you tried installing .Net Framework v. 3.0?
> > http://www.microsoft.com/downloads/d...displaylang=en
> > --
> > Gistcheckin
> >
> >
> > "Jerry" wrote:
> >
> >> OK - so what's the problem?
> >>
> >> "Vladaz" <> wrote in message
> >> news:C3795E78-39B2-4DCD-A8E6-...
> >> > .NET Framework version 2.0 not compatible for IBM ThinkVantage System
> >> > Update
> >>
> >>
> >>
>
>
>