Error Creating Debug Information - Code Won't Compile

前端 未结 19 1971
深忆病人
深忆病人 2021-02-18 15:04

I\'m using VS 2008. When ever I make a change in my code and try to compile I get the following error:

Error 7 Unexpected error creating debug informa

19条回答
  •  后悔当初
    2021-02-18 15:42

    I just came across the same problem today. And then I realized what went wrong: I had couple of Visual Studio windows opened at the same time, and one of them was in debug mode.

    When I stopped debug mode in that one, the problem was solved.

    That happens when you have a "fistfull of VS windows" opened.

提交回复
热议问题