The Following Module was built either with optimizations enabled or without debug information

后端 未结 30 2115
离开以前
离开以前 2020-12-04 07:30

I cannot get rid of this in my VS 2008 web project when debugging. I\'ve checked that it\'s in debug mode on the non-web project in question and it\'s in Active(Debug). De

30条回答
  •  长情又很酷
    2020-12-04 08:29

    If you are publishing to IIS and not using built in web server -or IIS express- make sure that your publish profile settings is in debug mode. In vs 11 by default it's in release mode.

提交回复
热议问题