Visual Studio 2017 error: Unable to start program, An operation is not legal in the current state

前端 未结 20 2434
醉话见心
醉话见心 2020-12-12 08:43

After fresh installation of Visual Studio 2017 I tried to run .NET Core Web project and when trying to run it on Chrome I am getting this error:

Unabl

20条回答
  •  渐次进展
    2020-12-12 09:05

    I think that this happens when javascript debugging is enabled in visual studio and at the same time the chrome developer tools debugger is enabled. The problem arises because two different debuggers trying to debug the same process.

提交回复
热议问题