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

后端 未结 30 2400
再見小時候
再見小時候 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:42

    What I did to make this go away:

    Open C:\Users\gr_mext1\Documents\IISExpress\config\applicationhost.config and remove all entries in do not remove !

    In your project, go to Properties, Web and click "Create Virtual Directory".

    Close and re-open visual studio, load your project and run

    Fixed!

提交回复
热议问题