Say I have two projects, P4 and P3, targetting .net 4.0 and 3.5 respectively.
Each project also has a reference to System.Data. In the case of P4, it will be to System.Data v4.0.0.0 In the case of P3, it will be to System.Data v2.0.0.0
Project P4 also references P3.
If P4 is loaded and executed, it uses the .net 4.0 CLR. At runtime, references to System.Data seem to resolve to v4.0 inside both P4 and P3. I can override this by using assemblyBinding redirects, but then both P4 and P3 resolve to v2.0.
Is there any way I can configure my application so that P4 uses v4.0 and P3 uses v2.0?
Have a look at this : In-Process Side-by-Side It might be of some help.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With