I'm having an issue in Visual Studio 2012 that don't allow me to set breakpoints in my code and debug it.
As you can it in the image, the compiler is telling me that I don't have symbols loaded and, taking a look at "Modules" in the Debug tab, I can see that there are some of my dll's symbols that where not located properly and I don't know why because I installed all by using nuget.
I did all the suggestions made on this post (clean and rebuild, I set the debug info as 'full', I disable 'Just My Code' checkbox, I deleted the ASP.NET temporary files, etc) but I could not hit this breakpoint at the moment. It seems that is not finding the .pdb files correctly, where I can find those?