ThisApplication_Startup - can't stop at breakpoint.

I am trying to debug a VSTO outlook add-in (compiled in debug) app but can't get the debugger to stop in ThisApplication_Startup(). The debugger displays a warning saying "this breakpoint won't be hit. No Symbols have been loaded for this document"

Yet I compiled it in debug and set the debug options to load outlook as the external EXE program.

Whst am I doing wrong

Thanks in advance...




Answer this question

ThisApplication_Startup - can't stop at breakpoint.

  • JHMiller

    Found the answer to my own problem :)

    The VSTO add-in had been disabled. I started Outlook->Help->Disabled Items button->Enable my add-in

    Glad this forum is here - it is like rubbing buddha's belly for good luck



  • ThisApplication_Startup - can't stop at breakpoint.