Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MSVCP90.dll not found?

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 know why this .dll is desired? or what configuration makes it to be desired?

thanks for any advice..

like image 735
ufukgun Avatar asked Jul 21 '09 11:07

ufukgun


2 Answers

I think you need to install Microsoft Visual C++ 2008 Redistributable Package which you can get from here.

like image 76
Uday Avatar answered Nov 15 '22 17:11

Uday


i realized that i already installed Microsoft Visual C++ 2008 Redistributable Package so i just repaired but it did not solved the problem.

then i looked for the configuration and saw that "Generate Manifest" is "No" in Release when it was "Yes" in Debug.

so i changed and tried again then it worked.

i did not know that this configuration may affect like that, (and i dont remember when i changed it)

anyway.. thanks for your other answers...

like image 33
ufukgun Avatar answered Nov 15 '22 15:11

ufukgun