Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Process with an id of "xxxx" is not running in Visual Studio(included 2013 to 2017~ version)

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.

like image 456
Cegone Avatar asked Oct 15 '14 05:10

Cegone


1 Answers

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

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

  6. Right-click your project and reload it
  7. See if it's working
like image 168
ali abid Avatar answered Oct 14 '22 23:10

ali abid