在Windows 7 32位系统上,如何让asp.net-mvc-4编辑并继续功能恢复正常?

2026-03-30 11:591阅读0评论SEO教程
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计253个文字,预计阅读时间需要2分钟。

在Windows 7 32位系统上,如何让asp.net-mvc-4编辑并继续功能恢复正常?

在Windows 7系统上使用VS 2012和32位操作系统。已启用工具中的编辑并继续功能。尝试在调试模式下编辑.cs文件,但无法进行。可能误操作了什么?

我们在 Windows 7上使用VS 2012和32位操作系统.

我已启用工具中的“编辑并继续”功能 – >选项 – >调试 – >编辑并继续.

我仍然无法在调试模式下编辑.cs文件.

有人可以建议我错过了什么吗?

我在mvc控制器类中保留了断点.
当它达到断点时,我尝试编辑并得到以下消息:

在Windows 7 32位系统上,如何让asp.net-mvc-4编辑并继续功能恢复正常?

Changes are not allowed in the following cases: -When the debugger has been attached to an already running process -The code being debugged was optimized at build or run time. -The assembly being debugged is loaded as domain-neutral. -The assembly being debugged was loaded through reflection. -When Intellitrace events and call information is enabled. 当网站在执行时动态编译时,需要编译Web应用程序.

编辑和继续将无法在MVC类项目中工作.您需要设置断点并编译整个项目以调试项目.

本文共计253个文字,预计阅读时间需要2分钟。

在Windows 7 32位系统上,如何让asp.net-mvc-4编辑并继续功能恢复正常?

在Windows 7系统上使用VS 2012和32位操作系统。已启用工具中的编辑并继续功能。尝试在调试模式下编辑.cs文件,但无法进行。可能误操作了什么?

我们在 Windows 7上使用VS 2012和32位操作系统.

我已启用工具中的“编辑并继续”功能 – >选项 – >调试 – >编辑并继续.

我仍然无法在调试模式下编辑.cs文件.

有人可以建议我错过了什么吗?

我在mvc控制器类中保留了断点.
当它达到断点时,我尝试编辑并得到以下消息:

在Windows 7 32位系统上,如何让asp.net-mvc-4编辑并继续功能恢复正常?

Changes are not allowed in the following cases: -When the debugger has been attached to an already running process -The code being debugged was optimized at build or run time. -The assembly being debugged is loaded as domain-neutral. -The assembly being debugged was loaded through reflection. -When Intellitrace events and call information is enabled. 当网站在执行时动态编译时,需要编译Web应用程序.

编辑和继续将无法在MVC类项目中工作.您需要设置断点并编译整个项目以调试项目.