无法启动调试&QUOT

无法启动调试&QUOT

本文介绍了"无法启动调试" - VS2010 ASP.NET MVC 2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以用VS2010和ASP.NET MVC2启动调试会话只有一次。当我结束了第一次会议,并尝试推出另一个我可以看到...

I can launch debug session only once with VS2010 and ASP.NET MVC2. When I end the first session and try to launch another I can see...

无法启动调试 - 没有其他的消息,我使用Visual Studio开发服务器而不是IIS,Windows 7的64位

"Unable to start debugging" - no other messages, I'm using Visual Studio Development Server instead of IIS, Windows 7 64-bit

我可以补充一点,前几天我的工作在Windows XP和一切都很好。

I can add that few days ago I was working on Windows XP and everything was fine.


  • 我试图运行的管理员(我认为有任何特权的问题) - 没有结果

  • 检查http://msdn.microsoft.com/en-us/library/dwesw3ee%28VS.71%29.aspx#vxtbshttpservererrorsthingstocheck (此页是指IIS设置和我不使用IIS)

  • 我不满意手动连接 - VS2010是昂贵的IDE,它在这种情况下工作

  • I've tried running as admin (I thought there are any privileges issues) - no result
  • checked http://msdn.microsoft.com/en-us/library/dwesw3ee%28VS.71%29.aspx#vxtbshttpservererrorsthingstocheck (this page refers to IIS settings and I'm not using IIS)
  • I'm not satisfied with manually attaching - VS2010 is expensive IDE, it HAS TO work in this situation

有没有人有一些结论?

推荐答案

自动消失,神奇的问题时:

The problem auto-magically disappeared when:


  1. 我已经关闭调试>编辑并继续选项

  2. 开启VS2010和运行调试。

  3. 关闭调试,关闭所有的Web服务器发起(我有他们几个不同的服务)

  4. 关闭VS2010

  5. 开启VS2010。

在这之后一切正常。

这篇关于"无法启动调试" - VS2010 ASP.NET MVC 2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 01:57