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
This issue may be due to wrong reference of dlls used in project.
Delete obj and bin folders in current project and build project again.