VS IDE中按F5调试,提示:unable to attach. 绑定句柄无效.
google搜索了一把,大部分的错误都是unable to start debug server或其它的,终于在这里找到了这个问题的解决:
http://blogs.geekdojo.net/mitchell/archive/2005/12/06/9515.aspx
要求启动终端服务,因为用的是w2k3 server系统,由于安全问题将terminal service禁用了. 启动之后问题解决.  为什么要启动这项服务呢? 因为本地调试会话使用的route与远程调试会话使用的route相同,因此无论是local debug还是remote debug, 都要求启动这个服务才能进行调试. 晕. vs2005不能调试asp.net 2.0程序

相关文章:

  • 2022-12-23
  • 2021-09-26
  • 2021-09-02
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
猜你喜欢
  • 2021-07-30
  • 2021-06-25
  • 2022-12-23
  • 2021-12-01
  • 2021-07-17
  • 2022-12-23
相关资源
相似解决方案