How to: Adjust C# assembly probing path at runtime.
When a assembly is not found, when using the standard probing method, an assembly resolve event is fired, allowing to load the assembly from a different file system path: public void Test() { AppDomain…