Mixed Mode Library and CRT Dependencies - HELP

后端 未结 5 2182
不思量自难忘°
不思量自难忘° 2020-12-22 00:27

Alright, after doing a ton of research and trying almost every managed CPP Redist I can find as well as trying to copy my DLLs locally to the executing directory of the app

5条回答
  •  天涯浪人
    2020-12-22 01:26

    Best way to solve this problem is to download process monitor which is free from: http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

    Add a filter to watch only your process and it will show you all file access the process tries. This will show you exactly which dll it can't find.

    I always use this when faced with the same problem - if only microsoft filled in the filename in the thrown exception it would all be easier.

提交回复
热议问题