visual studio 2008 - Why would breakpoints in VS2008 stop working? -


i have c# asp.net web app. breakpoints in database layer no longer stopping execution breakpoints in ui layer still working okay. can hazard guess why might happening?

i've checked usual suspects (debug build on projects) , recompiled projects in solution...

i ensure ui layer referencing appropriate 'debug' .dll's. i'd consider pressing ctrl+alt+u (modules view) when you're debugging see if symbols loaded bll , dal .dlls. if not visual studio unable find .pdbs file. debug files (.pdbs) in same directory .dlls being referenced modules window?


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -