msvcr90d.dll not found in debug mode

后端 未结 7 1929
名媛妹妹
名媛妹妹 2020-12-10 05:12

I found MSVCR90D.dll not found in debug mode with Visual C++ 2008 question but none of given answers really gives answer to the question. Most of them point to turning off i

相关标签:
7条回答
  • 2020-12-10 05:44
    1. You could use Dependency Walker to find out what version of msvcr90d.dll you program tries to find. May be some 3rd-party component linked to some version of msvcr90d.dll which you don't have.
    2. You should check manifest.xml file. Try to remove all unnecessary dependencies.
    0 讨论(0)
提交回复
热议问题