Roland
Sun Oct 22 07:05:13 CDT 2006
John, you mean that in that case the dll is executing the code of the CLR
loaded by the exe?
"Jon Skeet [C# MVP]" <skeet@pobox.com> wrote in message
news:MPG.1fa5698c8c9a159a98d56b@msnews.microsoft.com...
> Roland <roland.demeester@skynet.be> wrote:
>> Is it possible to call a dll that was compiled against 1.1 when the exe
>> is
>> compiled against 2.0?
>> I have bought some dll's that are compiled against 1.1 and, obviously, I
>> don't have the source code. I hate to buy all libraries again each time
>> Microsoft moves its frzamework forward.
>
> Yes, that should be fine. There are a few changes between 1.1 and 2.0
> which aren't backward-compatible, and if the libraries rely on the
> original behaviour then you may have problems, but those are pretty
> rare.
>
> --
> Jon Skeet - <skeet@pobox.com>
>
http://www.pobox.com/~skeet Blog:
http://www.msmvps.com/jon.skeet
> If replying to the group, please do not mail me too