开发者

Can't debug web app

I'm getting this message when I try and attach to process. H开发者_如何学编程ow do I fix this?:

Can't debug web app


Have you tried "changing its project build configuration to 'Debug' mode"?

The DLL file that you're trying to attach to ("Chatham.Web.DLL") was either built with compiler optimizations enabled or without debug information included. You need to recompile that DLL with optimizations disabled and debug information included. It might also help to "clean" the solution first before you rebuild it.


Are you sure you're in debug mode?

Can't debug web app

Also in your web.config:

<configuration>
  <compilation debug="true"/>
</configuration>

If you are, and it's another assembly you're hitting, try this link as well.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜