lucasg / Dependencies

A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
MIT License
8.47k stars 697 forks source link

DependenciesGUI (x64) cannot find MSVCR100.dll, even when it's in the same directory #235

Open OpenShooter opened 1 year ago

OpenShooter commented 1 year ago

I'm attempting to get the dependencies of my app Analyze.exe on Windows 11. One dependency is cfitsio.dll, and it depends on MSVCR100.dll. All three of these files are in the same folder. DependenciesGUI (x64) shows an error "MSVCR100.dll module could not be found on disk".

So this is what I see in the Dependencies window:

Analyze.exe
   cfitsio.dll
      MSVCR100.dll
.
.
.