简体   繁体   English

VS2010调试器无法启动程序

[英]VS2010 Debugger is unable to start a program

Recently when trying to run ASP.net Web Applications, I started receiving an error of: 最近,当尝试运行ASP.net Web应用程序时,我开始收到以下错误:

"Attaching the ProteusDebugEngine debugger to process '[9352] WebDev.WebServer40.exe' on machine 'PC' failed. Invalid pointer”

“OK”

And when I click “ok” I got this message: 当我单击“确定”时,我收到以下消息:

“Unable to start program 'http://localhost:8888/Welcome.htm' . Element not fount”

I am not really sure what changed on my pc. 我不太确定我的电脑上发生了什么变化。 Any ideas??? 有任何想法吗???

Thanks 谢谢

在Visual Studio命令提示符(2010)中运行以下命令为我解决了此问题。

devenv /resetskippkgs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM