Outlook add-In giving error

Add-in Express™ Support Service
That's what is more important than anything else

Outlook add-In giving error
 
Eman Hassan




Posts: 5
Joined: 2012-02-01
Hi,

We have developed outlook add-In using Add-In Express 2010 for Microsoft Office and .Net, Standard.

The problem is that only for one user we got the following error:

AddinExpree.MSO.ADXOutlookAppEvents error: the add-in has fired an execption.

Where presumably this happened:

An error occured in the code of the SeniorityOrder add-in. See 'Details' section to get more detailed information about the error.


Detailed technical information follows:
---
(Inner Exception)
Date and Time: 1/15/2017 10:54:08 AM
Machine Name: ITD-MRASHID-N
IP Address: fe80::2925:1c5a:128b:5f3%11
Current User: BARAKA\m.rashid

Application Domain: C:\Users\m.rashid\AppData\Roaming\AlBaraka\SeniorityOrder\
Assembly Codebase: file:///C:/Users/m.rashid/AppData/Roaming/AlBaraka/SeniorityOrder/AddinExpress.MSO.2005.DLL
Assembly Full Name: AddinExpress.MSO.2005, Version=6.4.3056.2005, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version: 6.4.3056.2005

Exception Source: Microsoft Outlook
Exception Type: System.Runtime.InteropServices.COMException
Exception Message: The attempted operation failed. An object could not be found.
Exception Target Site: Item

---- Stack Trace ----
Outlook.AddressLists.Item(Index As Object)
AddinExpress.MSO.2005.DLL: N 00000 (0x0) JIT
SeniorityOrder.AddinModule.DoItemSend(sender As Object, item As Object)
AddinExpress.MSO.2005.DLL: N 0358 (0x166) IL
SeniorityOrder.AddinModule.adxOutlookEvents_ItemSend(sender As Object, e As ADXOlItemSendEventArgs)
AddinExpress.MSO.2005.DLL: N 0014 (0xE) IL
AddinExpress.MSO.ADXOutlookAppEvents.DoItemSend(item As Object, cancel As Boolean&)
AddinExpress.MSO.2005.DLL: N 0017 (0x11) IL

(Outer Exception)
Date and Time: 1/15/2017 10:54:08 AM
Machine Name: ITD-MRASHID-N
IP Address: fe80::2925:1c5a:128b:5f3%11
Current User: BARAKA\m.rashid

Application Domain: C:\Users\m.rashid\AppData\Roaming\AlBaraka\SeniorityOrder\
Assembly Codebase: file:///C:/Users/m.rashid/AppData/Roaming/AlBaraka/SeniorityOrder/AddinExpress.MSO.2005.DLL
Assembly Full Name: AddinExpress.MSO.2005, Version=6.4.3056.2005, Culture=neutral, PublicKeyToken=4416dd98f0861965


This is only for one user, other users are fine.

Please advise.
Posted 08 Feb, 2017 01:35:37 Top
Andrei Smolin


Add-in Express team


Posts: 18823
Joined: 2006-05-11
Hello Eman,

The issue seemingly occurs in your code; see the method SeniorityOrder.AddinModule.DoItemSend(sender As Object, item As Object).

Check https://social.msdn.microsoft.com/Forums/vstudio/en-US/f42e92a5-9364-4b0e-90ad-2861fce52e10/gal-in-outlook?forum=outlookdev for a possible cause of the issue.


Andrei Smolin
Add-in Express Team Leader
Posted 08 Feb, 2017 08:49:12 Top