Application has failed to start … application configuration is incorrect - VC++ 2005 Runtime Problem

前端 未结 4 1435

We moved our Visual C++ 2003 solution to Visual 2005 and now we have problems deploying to clean XP machines.

Our solution has a DLL project and a command line executabl

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-09 07:56

    Copying the CRT dlls around is not recommended. As Vinay says you should use the correct merge modules.

    You can also use the redist install exe's if merge modules don't work with your installer technology:

    • VS2005 CRT
    • VS2005 SP1 CRT

    As a last resort try copying the entire 'Microsoft.VC80.CRT' directory to your programs exe directory (not the contents, the actual directory).

提交回复
热议问题