Debugging & Breakpoints

Unitil this morning everything wents fine.  But now I'm trying to debug, my application (an outlook Add-In (vsto)).  I'm placed some breakpoints in my application.  When running my application in debug mode (I'm 100% sure, that application mode = debug), it won't stop at my breakpoints. 

And at each breakpoint, on the mouseOver-event, There is displayed an error like 'No symbols loaded for this document'

 

Does someone know what I have to do, so studio breaks into debugger again (I'm working with VS2005)

 

TIA,

Isabel



Answer this question

Debugging & Breakpoints

  • jabdulius

    I have the same problem, when I move the mouse to breakpoint, an error msg "The breakpoint will not current be hit, no symbols have been loaded for this document".

    I am working on windows 2003, vs2005, eveything works fine until yesterday.



  • Luis Maria Guayan

    It solved by setting IIS defaultAppPool properties\performance\webgarden maximum number of worker processes to 1.

    I just find this by checking Task Manager\Processes, and I find lots of w3wp.exe runing.



  • nnnnnpatel

    Today I tried to debug again, and yes I really can debug.  Yesterday a reboot didn't solve my problem.  Today I started with a reboot and now I can debugging again. 

     

    Thanks all!

    Isabel

     


  • mangs_22

    Try to rebuild all projects, sometimes this solved the problem.

  • spectralvortex

    Rebuilding all my project, does not solve my problem :-(

    Any other suggestions

    TIA,

    Isabel


  • Debugging & Breakpoints