Friday, December 28, 2018

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

Soln 1:-

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.



Soln 2:-
Open Visual Studio as an administrator
Right-click your project and click on 'Unload Project'
Again, right-click your project and click on 'Edit PROJECT_NAME.csproj'
Find the code below and delete it:

<DevelopmentServerPort>63366</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:63366/</IISUrl>
Save and close the file .csproj


No comments:

Post a Comment