My exe, created on Visual Studio 2008, works on my development system, but on other systems it gives the error "The application did not start because its configuration is wrong side by side. Please ..." Exe is in and I installed VC, distributed .
Using the dumpbin / dependents command, I see that it, along with other dlls, also depends on msvcr90d.dll. I think this may be the reason that I get this error. In the project properties - c ++ - code generation - runtime library I selected MultiThreaded dll (/ MD)
Any suggestions on how to remove this dependency or, finally, how to fix the error?
Thank you Pradeep
source
share