An error occurred attempting to determine the process id of the DNX process hosting your application

前端 未结 17 1036
南方客
南方客 2020-12-01 04:03

I get this error message when I\'m trying to start the application.

An error occurred attempting to determine the process id of the DNX process host

17条回答
  •  余生分开走
    2020-12-01 04:37

    For me the problem was solved by closing down Visual Studio, deleting

    project.lock.json
    

    and starting Visual Studio again.

    Edit: I was using RC1.

提交回复
热议问题