0

Actually, my project is not running in visual studio 2015. When I click on run project then its giving error like below picture but its generate new id every time. How can I fix it?

Thanks!

enter image description here

Rohit Sharma
  • 3,035
  • 2
  • 16
  • 29
Rohit Verma
  • 2,571
  • 3
  • 21
  • 42

2 Answers2

4

Have you tried restarting Visual Studio? Generally a reboot sorts. However if its persistent you may need to look here -

process-with-an-id-is-not-running-in-visual-studio-professional-2013-update

bsod_
  • 750
  • 7
  • 20
1

step 1: Delete bin and obj file on solution

enter image description here

Step 2: then close visual studio solution.

step 3: Go folder and delete .vs folder.

enter image description here


step 4: next step run solution then you issue solve.

Pankaj Kumar
  • 110
  • 1
  • 2
  • 15