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

前端 未结 20 2429
醉话见心
醉话见心 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:06

    I use chrome's build in developer console tools to debug javascript so the answer marked solution works great for me.
    This is the weird error message i was getting from VS Community 2017 when trying to debug asp.net app:

    "An error occurred that usually indicates a corrupt installation (code 0x80040154). If the problem persists, repair your Visual Studio installation via 'Add or Remove Programs' in Control Panel." and it's fixed now.

提交回复
热议问题