We may meet some “SxS (Side by Side)” problem when trying to run executables that built by VS2005. Here are some solutions:
If exectuables is Debug version
- If 32-bit, copy DLLs from Microsoft Visual Studio 8/VC/redist/Debug_NonRedist/x86/Microsoft.VC80.DebugCRT on your build machine to exe folder.
- If 64-bit, copy DLLs from Microsoft Visual Studio 8/VC/redist/Debug_NonRedist/amd64/Microsoft.VC80.DebugCRT on your build machine to exe folder.
You have two options:
(A) Copy the DLLs:
- If 32-bit, copy DLLs from Microsoft Visual Studio 8/VC/redist/x86/Microsoft.VC80.CRT on your build machine to exe folder.
- If 64-bit, copy DLLs from Microsoft Visual Studio 8/VC/redist/amd64/Microsoft.VC80.CRT on your build machine to exe folder.
(B) Install the Redistribution Package from Microsoft. The package should be the same version as your VS2005.