开发者

Outlook.Explorer.SelectionChange event called only once

开发者 https://www.devze.com 2023-01-05 04:44 出处:网络
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

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 S开发者_Go百科electionChange 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消