在全新安装Visual Studio 2017之后,我尝试运行.NET Core Web项目,当我尝试在Chrome上运行它时,我收到此错误:
Unable to start program,An operation is not legal in the current
state
解决方法
对我来说,解决方案(解决方法)是关闭Chrome上的JavaScript调试,我认为这是VS 2017中引入的新功能.
转到工具>选项>调试>常规并关闭启用ASP.NET的JavaScript调试(Chrome和IE)的设置.
这已经是一个已知问题,seems to have an investigation underway.
有关VS 2017中JS调试的完整信息,请访问:
https://blogs.msdn.microsoft.com/webdev/2016/11/21/client-side-debugging-of-asp-net-projects-in-google-chrome/