Error Creating Debug Information - Code Won't Compile

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

    The only thing that worked for me is to remove the optimizeCompilations="true" attribute from on the compilation element in my Web.Config file.

    Compilation time may be a little longer, but it worked well.

提交回复
热议问题