Have you ever had a situation where you needed to use more than one assembly version in a single.NET application? When a.NET application has to choose between different versions of the same assembly, assembly loading can be a bit of a challenge. Due to nuances in how assemblies are loaded at runtime, this may cause…