No; an app running in the 1.1 runtime simply can't understand the IL in
a 2.0 assembly, so is unable to reference it directly. You can,
however, create a 2.0 wrapper assembly that uses both 1.1 and 2.0
libraries, and use 1.1 compatible approaches (preferably interfaces
etc) to liase between them.
Marc
|