Oct 15, 2012 at 1:07am
I've been seeing this error too many times in VS2008.
"The program can't start because MSVCR90.dll is missing ..."
I am seeing this both on my laptop and on the desktops at work and all project files are on the local computer.
It sometimes goes away by rebuilding the whole project.
At other times I've been able to get rid of it by turning off incremental linking.
Does anybody have further insight into this?
Oct 15, 2012 at 2:28am
Does this occur on your build pc in both debug and release mode?
Oct 29, 2012 at 6:10pm
This happens in both debug and release mode.
I've found out that turning off Incremental Link actually eliminates the problem.
Have you encountered this problem before?