Why installing vcredist_x86.exe doesn’t fix SideBySide error when I develop an EXE on one machine and run it on another one?
I’ll answer my own question. Comments to the question by Hans Passant and Luke helped. I downloaded Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update and installed it on the system where I was trying to run C:\foo\foo.exe. The EXE ran fine after this. The installer placed the CRT DLLs in … Read more