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

0

I'm trying to run a project that I've developed and this error is occurring.

Process with an id 7256 is not running.

What should I do to solve this problem.

    
asked by anonymous 01.03.2017 / 23:19

2 answers

2

Delete the applicationhost file in the .vs / config folder. With me it worked ...

    
09.03.2018 / 03:00
0

Friend. try this:

  • Closes all instances of Visual Studio
  • Rename the IISExpress folder in your user directory (ex: C: \ Users \ OlavoNeto \ Documents)
  • Adds the environment variable     _CSRUN_DISABLE_WORKAROUNDS; see here as
  • Start visual studio as administrator
  • 02.03.2017 / 00:22