LoadLibrary fails: First chance exception 0xC0000139 (DLL Not Found) - How to debug?
问题 I have a dll "mytest.dll" that when loaded via LoadLibrary() , returns NULL (and 127 as the GetLastError() ). If I use DependencyWalker on "mytest.dll", it reports that it should load correctly and that all DLLs are found correctly. Running the profiler option of DependencyWalker on the host exe gives me this relevant section in the log: 00:00:55.099: Loaded "mytest.DLL" at address 0x07860000 by thread 0xBBC. Successfully hooked module. 00:00:55.115: First chance exception 0xC0000139 (DLL Not