Search code examples
.netoutlookvstoms-officeoutlook-addin

Outlook.Explorer.SelectionChange event called only once


I attach to Outlook.Explorer.SelectionChange event. Event handler makes a call to an assembly that retrieves some data from web services. After one call to that assembly my event handler is no longer called when SelectionChange occurs.

Any ideas?

This seems to be somehow related to the assembly itself, not what it is doing. Simply creating any class from that assembly breaks events in my add-in.


Solution

  • Apparently this is a common mistakes newbies like myself do. Kudos to whoever wrote this article.