Hi, My exe built on Visual studio 2008 runs on my development system but on other systems it gives the error "The application has failed to start because its side-by-side configuration is incorrect. please..." The exe is in release mode and I have installed the VC redistributable.
Using dumpbin /dependents command I see that it along with other dlls it is also dependent on msvcr90d.dll I think this could be the reason I am getting this error. In project properties - cc++- code generation - runtime library i have selected MultiThreaded dll (/MD)
Any suggestions on how to remove this dependency or finally how to fix the error?
Thanks,Pradeep