Error 'LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt' after installing Visual Studio 2012 Release Preview

前端 未结 26 2406
误落风尘
误落风尘 2020-11-22 07:45

I\'ve installed Visual Studio 2012 Release Preview, and it appears to be fine, but now when I try to use Visual Studio 2010 to compile C++ projects, I get the following erro

26条回答
  •  感情败类
    2020-11-22 07:47

    I solved this by doing the following:

    1. In a command prompt, type msconfig and press enter.
    2. Click services tab.
    3. Look for "Application Experience" and put tick mark (that is, select this to enable).
    4. Click OK. And restart if necessary.

    Thus the problem will go forever. Do build randomly and debug your C++ projects without any disturbance.

提交回复
热议问题