Mixed Mode Library and CRT Dependencies - HELP

后端 未结 5 2184
不思量自难忘°
不思量自难忘° 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

    Did you deploy the CRT libraries on the target machine? Long shot: since you have a dependency on 32-bit code, you should set Target Platform in the Build property tab to x86.

    EDIT: trouble-shoot side-by-side resolving problems with the Sxstrace.exe utility, available on Vista.

提交回复
热议问题