2011-06-25 119 views
0

最近試圖運行ASP.net Web應用程序的時候,我開始收到的錯誤:VS2010調試器無法啓動程序

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

「OK」

,當我點擊「OK」我得到這個消息:

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

我真的不知道是什麼在我的電腦上更改。有任何想法嗎???

感謝

+0

您是否在發佈之前嘗試搜索? – row1

+0

是的,我確實是 – Iwalu

+0

你有沒有改變過任何東西(比如VS插件或類似的東西)?請參閱http://connect.microsoft.com/VisualStudio/feedback/details/624213/attaching-the-proteusdebugengine-debugger-to-process-qtagent32-exe-on-machine-failed-invalid-pointer – Yahia

回答

0

運行在Visual Studio命令提示符(2010)以下解決這對我來說。

devenv /resetskippkgs 
相關問題