I have a CMS that uses one version of Telerik dlls, and have a bunch of user controls that have to be added to this CMS system that use another version of the same dlls. These dlls differ in the minor build.
Is there a way I can get them to work together without running into the dreaded "Could not load file or assembly located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"
I tried adding the probing element, that did not seem to work either, as I run into the error above.