Wednesday, September 30, 2015

VS 2013 - “The breakpoint will not currently be hit. The source code is different from the original version.”

If you are getting the next error:


This generally occurs when the dll and the dll source code are different or if the .pdb file information is not matching.

A quick solution is:

  • Delete the /bin folder 
  • Delete the /obj folder
  • Recompile the project

No comments:

Post a Comment