I am not able to run any application from Visual Studio 2013, It throws Process with an id of "xxxx" is not running message. I have used telerik also. I tried all solutions from internet (except reinstall visual studio), nothing helped me, Please help, Thank you.
Ps: WebForm base.
I got the same problem and I found a great way to cope this problem as following
full reference URL
I got same issue and explore project directory and remove this .vs hidden folder. If you cannot see this folder, go to your folder option, show all files and then remove this folder.
Close project and then clean and build then enter F5.
For me, using Visual Studio 2017, the tags mentioned in ali abid's answer were located in the csproj.user file.
However removing these tags did no solve my problem. For me, I had set up a virtual directory in the project properties with a low (9500) port number. I think some other process decided to use that port and was blocking my IIS Express from starting.
The solution was to edit the project properties, update Web --> Project Url to use a new port, and create a virtual directory.
I had the same problem and the solution was pretty simple.
You may need to restart your machine. Don't delete any of the csproj file settings.
Unload Project
Edit PROJECT_NAME.csproj
Find the code below and delete it
Save and close the file
The only think that worked for me was restartying Visual Studio completely.
I tried in vain to kill all suspended vstest.executionengine.exe processes and the vstest.discoiveryengine.exe using Process Explorer.