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.97k stars 731 forks source link

MSVCP120.DLL #270

Open simonik opened 3 months ago

simonik commented 3 months ago

The Dependencies cannot find MSVCP120.dll. The library is in system 32 and in syswow64. I tried to copy file to program folder but I always get "We could not find MSVCP120.dll on the disk anymore ......" Thanks

pzhlkj6612 commented 3 months ago

Hi.

... I tried to copy file to program folder but I always get "We could not find MSVCP120.dll on the disk anymore ......"

Did you re-open Dependencies after coping the DLL file?

Edit: add a link to #54.