Process with an ID #### is not running in visual studio professional 2013 update 3

后端 未结 30 2485
再見小時候
再見小時候 2020-11-28 02:22

I am trying to run any program on visual studio 2013 update 3 and I get the following alert box :

Process with an ID #### is not running . // every tim

30条回答
  •  生来不讨喜
    2020-11-28 02:52

    The following steps fix the problem for Visual Studio 2015 and Visual Studio 2017:

    • Close VS.
    • Navigate to the folder of the solution and delete the hidden .vs folder.
    • Restart VS.
    • Hit F5 and IIS Express should load as normal, allowing you to debug.

    Note: Based on my experience and others in the comments, this problem seems to be caused by moving a project between workstations, environments, or versions of Visual Studio. There must be some environment specific information contained in the .vs folder.

提交回复
热议问题