gpt4 book ai didi

asp.net-mvc - 在 MVC View 中调试错误 : The following breakpoint cannot be set

转载 作者:行者123 更新时间:2023-12-02 01:00:38 25 4
gpt4 key购买 nike

没有真正的代码示例可以展示,因为无论您将断点放在哪里,它都会发生。

使用 Visual Studio 2013(我们从 2012 年迁移了这个项目),在任何 .cshtml View 中设置断点时出现此错误:

The following breakpoint cannot be set

我已经尝试过各种方法,例如清理我的解决方案、关闭和打开 VS2013 等。似乎没有任何效果。

我该怎么办?

最佳答案

我们在站点的根 Web.config 中找到了这个节点:

<compilation debug="true" targetFramework="4.5" assemblyPostProcessorType="Microsoft.VisualStudio.Enterprise.Common.AspPerformanceInstrumenter, Microsoft.VisualStudio.Enterprise.AspNetHelper, Version=12.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxxx"/>

瞧,删除 assemblyPostProcessorType 属性解决了这个问题。修复后应该如下所示:

<compilation debug="true" targetFramework="4.5" />

希望这对其他人有帮助。这让我的老板发疯......

关于asp.net-mvc - 在 MVC View 中调试错误 : The following breakpoint cannot be set,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29014533/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com