I have an Outlook Add-in. In Outlook 2016 (Office 365 desktop version) it will not load. 32 bit Office install on Windows 10 64 bit. It appears that the VSTO runtime itself is not loading. The add-in does not appear. It doesn't appear in the disabled add-ins, nor in the Manage Add-ins anywhere to be enabled.
The add-in registry entry for being always enabled is correctly added. I have verified that the correct .NET version and the VSTO runtime are all installed. I have set
VSTO_SUPPRESSDISPLAYALERTS 0
VSTO_LOGALERTS 1
and receive no data back from them.
I have also verified that the registry keys are correct. LoadBehavior
is set to 3 and Manifest
is pointing to the correctly installed file.
What is even more curious is that it did load at one point and worked fine, but seemingly all of a sudden it will not.
Has anyone run into this or know anything I can check to see what is going on?
LoadBehavior
) in both HKLM and HKCU? Does the add-in appear under File > Options > Add-ins? How is it listed there? – Dirk VollmarHKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Resiliency\DoNotDisableAddinList\MyAddin
as well. What is baffling me is that it did work for a couple of days and now it does not. I'm looking into Outlook changes during that time frame, like an update or something that might have caused it. – Corv1nus