1

First off, I found and read this:

LoadLibrary project.dll failed. The specified module could not be found

I'm running:

    Windows 10 Enterprise
    Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz 2.49 GHz
    8.00 GB (7.69 GB usable)
    64-bit Operating System, x64-based processor

According to "ver":

    Microsoft Windows [Version 10.0.17134.167]

Unfortunately I couldn't get the "Dependency Walker" application to open the DLL, when I selected the problem file it just went into a "Not responding" state and doesn't recover.

I'm registering a bunch of DLL's and all ok with the exception of one, it builds without errors but I get this when I attempt to register:

enter image description here

Edit: "Dependency Walker" does run, just goes into a Not Responding state for a long time, but eventually it comes back.

How do interpret the results to resolve the issues?

    API_MS-WIN-CORE-APIQUERY-L1-1-0.DLL
    Error opening file. The system cannot find the file specified(2).

Same error reported for:

    API_MS-WIN-CORE_APPCOMPAT-L1-1-0.DLL
    API_MS-WIN-CORE_APPCOMPAT-L1-1-1.DLL
    API_MS-WIN-CORE_APPINIT-L1-1-0.DLL
    API_MS-WIN-CORE_ATOMS-L1-1-0.DLL
    API_MS-WIN-CORE_COM-L1-1-0.DLL
    API_MS-WIN-CORE_COM-L1-1-2.DLL

And many more DLL's

SPlatten
  • 4,898
  • 10
  • 42
  • 106
  • 1
    The dependency walker website is out of date, if you use the new one it wont crash: https://stackoverflow.com/questions/8832936/profiling-x86-executable-with-dependency-walker-hangs-on-windows-7-x64 – Alan Birtles Aug 01 '18 at 08:42
  • @AlanBirtles, I just downloaded both the 32 bit and 64 bit versions from the web-site and neither work, where can I get one that works? – SPlatten Aug 01 '18 at 08:52
  • I have now run "Dependency Walker" on the DLL and have a file with the results, but I see no way of uploading this and I'm not sure what it means or how to interpret it, there are a lot of issues. – SPlatten Aug 01 '18 at 09:23

1 Answers1

0

After waiting for "Dependency Walker" to finally come back, I could see that a referenced DLL was missing from the system.

I've now resolved this issue by installing the missing DLL.

SPlatten
  • 4,898
  • 10
  • 42
  • 106