2.0 Assemblies will require the 2.0 Framework to run. Running a 2.0 assembly in 1.1 environment will not work as far as I know.
You could install both versions, and then making references to 1.1 assemblies will work from 2.0 projects, but not referencing 2.0 assemblies in a 1.1 project.
> Hello,
>
[quoted text clipped - 8 lines]
>
> Eric
Eric - 19 Jan 2006 23:27 GMT
Well, guess I won't run out of work then. Thanks for the reply, Mark.
Eric
> 2.0 Assemblies will require the 2.0 Framework to run. Running a 2.0 assembly in 1.1 environment will not work as far as I know.
>
[quoted text clipped - 12 lines]
> >
> > Eric
MSDNAndi - 20 Jan 2006 07:02 GMT
Eric,
if you just want to call functionality implemented in .net 2.0 from .net
1.1, you could expose the .net 2.0 functionality as COM and make calls
against that.
Of course, just "calling"... no inheritance, and quite some limitations.
Regards,