Debugging error in Visualstudio 2013

Asked

Viewed 91 times

2

I’m not able to debug my programs, always appears this, already deletes the file . suo and nothing! Someone knows of a solution?

Debug

  • I searched forums, nothing solved. And this error happens with existing programs that have never given problem, even new projects are displaying this error when debugging.

  • Here is a problem solved with an error equal to yours: http://stackoverflow.com/questions/17146438/error-while-trying-to-run-project-uncaught-exception-thrown-by-method-called-thr @Welliton-meneguim

2 answers

1

  1. Right-click on your project and click on Properties to open the project properties.
  2. Select the tab on the left Debug
  3. At the bottom in Enable Debuggers check the option Enable Native code debugging or Enable Unmanaged code debugging depending on the version.
  4. Run the project

0

Apparently, the only solution to this error is to reinstall Visual Studio, according to that answer to the same question in English.

Browser other questions tagged

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