【发布时间】:2015-05-08 12:58:14
【问题描述】:
我有一个在 VS2008 下的 32 位机器上开发的 asp.net 3.5 解决方案,一切正常,直到它在 Win7 Professional 上迁移到 64 位机器上。该项目也有 32 位第三方 dll,但它们在 64 位 Windows 2008 Server 上运行良好。然后,当尝试使用 VS2008 调试应用程序时,我收到以下错误消息:
Unable to start debugging on the web server. Mixed mode debugging is not supported on Windows 64-bit platforms.
我真的不明白,因为我认为 CLR 与处理器无关,现在我的选择是什么?我已阅读有关升级到 .net 4.0、从 IIS 调试、在 VS2010、CasiniDev 等上运行的信息。该项目运行良好,我只需要快速解决此问题。
【问题讨论】:
标签: asp.net visual-studio-2010 visual-studio-2008 32bit-64bit windows-7-x64