I have an C# application which use native dll. I would like to choose location of the dll to be loaded after application start according to some conditions.
There is a possibility to add a handler AssemblyResolve for managed assemblies. I tested it, but it is not working for native libraries. Is there any solution for native library like AssemblyResolve event?