Could not start debug session error 80004005 unspecified error

Asked By 100 points N/A Posted on -
qa-featured

Hi Tech Pro,

After the successful installation when I start to work with Microsoft Visual Studio. I ended up with an error message when I try to debug in Visual studio. The error stated that it could not start debug session, unspecified error occurred. Please help to find the cause of this error and fix it. Your help is great.

Microsoft Visual Studio

Windows Debugging Extension for Visual Studio

Could not start debug session, error 80004005: Unspecified error

 

SHARE
Answered By points N/A #189291

Could not start debug session error 80004005 unspecified error

qa-featured

Hello,

You’re unable to run the process because your PC has a process running that is making such issue for debugging kernel. You have to kill the process to proceed for your task.

  1. Press “Ctrl + Shift + Esc”.
  2. Find out the task “Kernel Debugger”.
  3. Kill the process and reconnect it.

Now, your debugging should go fine.

Related Questions