Re: invoking .net2.0 dll from .net1.1 exe
eblaster wrote:
> Is it possible to invoke a .net 2.0 dll (built using VS2005) from a .net 1.1
> exe built using vs2003?
Not within the same process, no.
A 1.1 process cannot load a 2.0 dll, but a 2.0 process can [/usually/]
load a 1.1 assembly.
HTH,
Phill W.
Date:Mon, 16 Jul 2007 15:09:16 +0100
Author:
|