相关疑难解决方法(0)

为什么我在安装IE8后无法从Visual Studio 2005进行调试?

我刚刚安装了IE8(最终版)并重新启动.我无法再在Windows Server 2003 Enterprise R2上使用Visual Studio 2005调试Web应用程序项目.我收到消息"Internet Explorer无法显示网页",然后WebDev.WebServer.exe退出,没有可见的错误消息,事件查看器中没有任何内容.

有没有人有任何想法?

没有帮助的事情:

  • 将localhost添加到可信站点
  • 将端口更改为8080或80
  • 检查我的hosts文件(它只有127.0.0.1 localhost)

有点帮助的事情:

  • 用CTRL-F5运行(不调试),工作正常(除非你需要调试)
  • 将默认的Visual Studio浏览器更改为Firefox,这允许我进行调试

我的主机文件包含:

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# …
Run Code Online (Sandbox Code Playgroud)

asp.net debugging visual-studio-2005 internet-explorer-8

32
推荐指数
1
解决办法
3万
查看次数

调试时断点没有打

可能的确切重复:

VS.NET的当前断点的原因不会被警告?
为什么Visual Studio有时不会进入我的断点?
为什么调试器不能在我的ASP.NET应用程序中的断点处停止?

在调试时,修改后的源代码没有为特定的aspx页面命中断点,并且在断点处显示以下错误

"破解点目前不会被攻击.源代码与原始版本不同"

但对于其他页面它工作正常.

c# asp.net

5
推荐指数
2
解决办法
2万
查看次数