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

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

    If you are using a 64-bit machine

    Then the problem maybe due to Visual Studio use of 32-bit IIS-Express.

    Solution: In Visual Studio, go to Tools menu > Options > Projects and Solutions > Web Projects > Enable the option "Use the 64 bit version of IIS Express" and click ok

提交回复
热议问题