Error running project in Visual Studio 2015 - Process with an id 7256 is not running

Asked

Viewed 1,535 times

0

I’m trying to run a project I developed and this error is happening.

Process with an id 7256 is not running.

What I must do to solve this problem.

  • Look, you have that answer on SO-en maybe you can help http://stackoverflow.com/a/27155236/5784670

2 answers

2


Delete the file applicationhost in the . vs/config folder. It worked for me...

0

Buddy. Try this one:

  1. Closes all instances of Visual Studio
  2. Renames the Iisexpress folder in your user directory(e.g.: C: Users Olavoneto Documents)
  3. Adds the environment variable _CSRUN_DISABLE_WORKAROUNDS; see here as
  4. Start visual studio as administrator
  • This problem is now happening when running on Chrome. Unable to access this site Connection to localhost has been refused. Search localhost 56243 on Google ERR_CONNECTION_REFUSED

  • Friend, try this in your Internet explorer, it can be a proxy setting click on Internet Properties > Connections > LAN Settings and unchecked the option USE A PROXY SERVER FOR THE LOCAL NETWORK

  • I already went to this option USING A PROXY SERVER FOR THE LOCAL NETWORK and it is unchecked, friend I can not understand.

  • Friends, I formatted my machine, I remember something like this happened again, then I had to disable in the project through Visual Studio a check that is done, then when I deactivated the check option worked. The problem I can’t remember where I turn off this id check

  • I believe this is the solution http://stackoverflow.com/questions/32190881/how-to-solve-err-connection-refused-when-trying-to-connect-to-localhost-running

  • Unfortunately that’s not it, I remember that I had to disable a project authenticity check, something like this, I remember that I disabled and it worked, when I say that I remember is that there was another time that I formatted my machine and after formatting happened this same problem.

  • I found the error, it is described here: Do so in the project folder and in the folder . vs/config delete the applicationhost file

Show 2 more comments

Browser other questions tagged

You are not signed in. Login or sign up in order to post.