I have a large solution in Visual Studio 2012 which consists of executables and class library projects. When debugging the application the breakpoints in one particular clas
In my case older version of referenced dll was in my GAC. Cleared it out, and it worked.