【问题标题】:"WebDev.WebServer20.exe has stopped working" with "Unable to Connect to the ASP.NET Development Server" VS 2008 only on specific project“WebDev.WebServer20.exe 已停止工作”和“无法连接到 ASP.NET 开发服务器”VS 2008 仅在特定项目上
【发布时间】:2017-04-22 04:58:44
【问题描述】:
我只在特定项目上收到“WebDev.WebServer20.exe 已停止工作”和“无法连接到 ASP.NET 开发服务器”VS 2008。
其他项目工作正常。当我点击Run时,只有这个项目会引发以下错误
尝试了this、this 和this 解决方案。但不工作。可能是因为我连续遇到两个错误
有解决办法吗?或者我是否需要创建一个与项目明智错误的最终解决方案同名的新项目:(
之后
【问题讨论】:
标签:
c#
asp.net
vb.net
visual-studio
visual-studio-2008
【解决方案1】:
将Auto-assign Port 更改为Specific Port 并随机提供一些
端口号使项目运行并防止崩溃
WebDev.WebServer20.exe.
在Servers 下的Web 选项卡中双击Solution Explorer -> My Project -> Use Visual Studio Development Server 单击名为Specific Port 的单选按钮并将端口号从0 to 65535 更改为某个随机值,然后保存并run。