Frank Leahy
Posts: 1
Joined: 2006-08-11
|
I've upgraded to Add-in-Express 2.7 for use with my Outlook plugin (VB.NET), and my code is getting double events. Click on an explorer or inspector button and the "AdxExplorerButton_Click" gets called twice. Open an inspector window and get two "adxOutlookEvents_NewInspector" events get fired.
Is this a bug in 2.7?
Thanks,
-- Frank Leahy |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Frank.
Most likely your add-in was registered twice.
Please check the system registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\AddIns
|
|