Re: Visual Studio and .Net Runtime Framework dependency
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Wed, 8 Aug 2007 06:56:01 +0100
George <George@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Thanks for your advice, Jon!
I think .Net 2.0 code can not run on .Net 1.1 Runtime, .Net 1.1 code can run
on both .Net 1.1 Runtime and .Net 2.0 Runtime, right?
Exactly. There are a few compatibility issues running 1.1 code on 2.0
(i.e. a few cases where the results will be different) but largely you
should be fine.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
.
- References:
- Re: Visual Studio and .Net Runtime Framework dependency
- From: Jon Skeet [C# MVP]
- Re: Visual Studio and .Net Runtime Framework dependency
- From: Jon Skeet [C# MVP]
- Re: Visual Studio and .Net Runtime Framework dependency
- Prev by Date: RE: Missing System.IdentityModel
- Next by Date: RE: Missing System.IdentityModel
- Previous by thread: Re: Visual Studio and .Net Runtime Framework dependency
- Next by thread: difference between List<object> and List<MyClass>
- Index(es):
Relevant Pages
|