MSVCP90.dll not found?

后端 未结 6 760
南笙
南笙 2021-01-02 08:20

in my project if compile project in release, it asks me MSVCP90.dll.

if it is debug, it does not...

have you ever met such a situation?

and do you kn

6条回答
  •  -上瘾入骨i
    2021-01-02 08:39

    Have you searched your hard disk for the file? You may find it in a directory such as:

    C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT

    If it's there, copy it to your \windows\system32 directory.

    Also copy msvcm90.dll and msvcr90.dll while you're at it.

    If this is not working then the solution is download and install Microsoft Visual C++ 2008 Redistributable Package. Follow this link for download (cca 1.8 MB):

    http://www.microsoft.com/downloads/thankyou.aspx?familyId=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displayLang=en

    Check Here for multiple ways of sloving this issue :

    http://pcsupport.about.com/od/findbyerrormessage/a/msvcp90-dll-not-found-missing-error.htm

提交回复
热议问题