How do I avoid the loader lock?
- by Mark0978
We have a managed app, that uses an assembly. That assembly uses some unmanaged C++ code.
The Managed C++ code is in a dll, that depends on several other dlls. All of those Dlls are loaded by this code. (We load all the dll's that ImageCore.dll depends on first, so we can tell which ones are missing, otherwise it would just show up as…