Error Creating Debug Information - Code Won't Compile

前端 未结 19 1974
深忆病人
深忆病人 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:40

    This works for me with web projects in Visual Studio Express 2012 for Web:

    1. Press F5 to begin debugging
    2. "Do you want to execute last successful build?" - hit YES
    3. At this point you could try a request - not sure if this step is necessary
    4. Hit the stop button
    5. Recompile successfully

提交回复
热议问题