B
Beiley
I have occasionally had reports from users that my add-in doesn't load.
They can make it load by just going to look at the add-ins under
"Tools / Options / Other / Advanced Options... / Add-in Manager", and
not even making any changes. It seems just bringing up these dialogs
causes it to load. This doesn't happen for me on any of my test
systems, but I've had more than one user report this problem. I was
able to debug it on one of these problematic systems, and the add-in
gets loaded for these contexts:
EE_CONTEXT_TASK
EE_CONTEXT_SESSION
but then not for:
EE_CONTEXT_VIEWER
On my system where the add-in loads properly I always get loaded for
all three:
EE_CONTEXT_TASK
EE_CONTEXT_SESSION
EE_CONTEXT_VIEWER
I'm adding my menu items only when my add-in gets loaded in the
EE_CONTEXT_VIEWER context. I'm wondering if anyone has any ideas why
some systems don't seem to load the add-in in this context?
FYI, my add-in is based off of this article:
http://www.codeproject.com/useritems/Outlook-addin.asp
Thanks,
Mark Beiley
http://www.email-announcer.com
They can make it load by just going to look at the add-ins under
"Tools / Options / Other / Advanced Options... / Add-in Manager", and
not even making any changes. It seems just bringing up these dialogs
causes it to load. This doesn't happen for me on any of my test
systems, but I've had more than one user report this problem. I was
able to debug it on one of these problematic systems, and the add-in
gets loaded for these contexts:
EE_CONTEXT_TASK
EE_CONTEXT_SESSION
but then not for:
EE_CONTEXT_VIEWER
On my system where the add-in loads properly I always get loaded for
all three:
EE_CONTEXT_TASK
EE_CONTEXT_SESSION
EE_CONTEXT_VIEWER
I'm adding my menu items only when my add-in gets loaded in the
EE_CONTEXT_VIEWER context. I'm wondering if anyone has any ideas why
some systems don't seem to load the add-in in this context?
FYI, my add-in is based off of this article:
http://www.codeproject.com/useritems/Outlook-addin.asp
Thanks,
Mark Beiley
http://www.email-announcer.com