I am creating a test project to compare performance of EF4 to EF5 and i want to be able to have a separate dll for each EF version which references the correct EF version, but i want to be able to launch the tests from a single executable, at the moment this will mean i have 2 copies of the EF dll sitting in my exe directory which is no good.
I understand that you can somehow have multiple version of a dll using something called probing but i'm not too sure how to implement it, does anyone have a code example of this? or is there a better way