【问题标题】:Mixed mode debugging asp.net applications混合模式调试asp.net应用程序
【发布时间】:2010-05-28 06:22:17
【问题描述】:

我有一个 asp.net 应用程序,当我单击 F5(开始调试)时,可以很好地调试应用程序,命中断点,没问题。当我打开 Web 应用程序并尝试附加到 w3wp.exe 进程时,我收到一条消息,提示“无法附加到进程。Windows 64 位平台不支持混合模式调试。”有没有办法让我附加到这个过程中?

我的 asp.net 应用程序是 .net 3.5,具有指定为“任何 CPU”的平台目标,并且配置设置为调试。我正在Win7 x64位系统上开发。

【问题讨论】:

    标签: asp.net debugging


    【解决方案1】:

    VS2008 不支持 64 位混合模式调试(它本身运行在 32 位)。

    VS2010 确实支持这个。

    在附加远程调试器时尝试仅选择 T-SQL、托管、x64。

    在此处查看可能的解决方案:"Mixed mode debugging is not supported on Windows 64-bit platforms" when trying to attach to an ASP.NET process using Visual Studio 2008

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-01-19
      • 1970-01-01
      • 1970-01-01
      • 2010-10-18
      • 2015-08-03
      • 1970-01-01
      • 1970-01-01
      • 2014-10-12
      相关资源
      最近更新 更多