Unable to debug with IE11 in Visual Studio 2017 (error: there are no more files)

Unable to debug with IE11 in Visual Studio 2017 (error: there are no more files)

我正在使用 Windows 10 64 位笔记本电脑,当我尝试使用 IE11 作为浏览器调试 Visual Studio 2017 (15.3.4) 中的任何 Web 项目时,出现错误:"Unable to start program 'http://localhost/MyWebApp/'. There are no more files"。浏览器甚至从未加载过,而是我收到一个弹出窗口,其中包含此错误,仅此而已。这个错误没有任何意义,也没有给出可能出错的线索。此外,在其他浏览器上一切正常。

请帮忙。

以防对大家有帮助。自从我升级到 Visual Studio 2017 15.5.2

后,它现在又可以工作了

以管理员身份启动 "Developer Command Prompt for VS2017"。
从命令提示符 运行 devenv.exe。

(通常路径是"C:\Program Files (x86)\Microsoft Visual Studio17\Professional\Common7\IDE\devenv.exe")

适用于 Visual Studio 2017 年 9 月 20 日。