views:

41

answers:

1

Possible Duplicate:
How to reference .NET 4.0 assembly within .NET 3.5 projects

Is there any way to ineteroperate a 4.0 assembly (a WPF interface) within a 3.5 application (an MFC Application). This application is giving us no end of trouble attempting to migrate it to 4.0.

A: 

They are running on different .NET runtimes and CLRs, so unfortunately no, this is not possible.

Oded
But the opposite can be accomplished, no?
Jordan
@Jordan - I am not sure, though what I have read suggests that it is possible.
Oded