Outlook crashed on start

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

Outlook crashed on start
 
Alex Rakov




Posts: 31
Joined: 2006-11-16
Hi,

Time after time I've got the following error (with slow connection to
internet) on Outlook start:

Detailed technical information follows:
---
Date and Time: 11.03.2007 0:10:32
Machine Name: MC3
IP Address: 223.1.1.128
Current User: MEDIACHASE\eg

Application Domain: C:\Program Files\Mediachase\IbnOutlookAddin\
Assembly Codebase: file:///C:/Program Files/Mediachase/IbnOutlookAddin/AddinExpress.OL.2005.DLL
Assembly Full Name: AddinExpress.OL.2005, Version=3.3.905.2005, Culture=neutral, PublicKeyToken=e69a7e0f3592d2b8
Assembly Version: 3.3.905.2005
Assembly Build Date: 24.06.2002 1:06:50

Exception Source: AddinExpress.OL.2005
Exception Type: System.NullReferenceException
Exception Message: Object reference not set to an instance of an object.
Exception Target Site: AddWindowForSearching

---- Stack Trace ----
AddinExpress.OL.ADXOlFormsManager.AddWindowForSearching(HostHandle As IntPtr, ItemType As AdxItemType)
AddinExpress.OL.2005.DLL: N 0382 (0x17E) IL
AddinExpress.OL.ADXOlFormsManager.AddExplorerWindowsForSearching(ExplorerArgs As ADXOlExplorerArguments)
AddinExpress.OL.2005.DLL: N 0135 (0x87) IL
AddinExpress.OL.ADXOlFormsManager.DoExplorerNew(ExplorerArgs As ADXOlExplorerArguments)
AddinExpress.OL.2005.DLL: N 0008 (0x8) IL


Could it be the problem with AddinModule_AddinStartupComplete event?

With best regards
Alex Rakov
Posted 12 Mar, 2007 04:27:34 Top
Fedor Shihantsov


Guest


Hi Alex,

> Could it be the problem with AddinModule_AddinStartupComplete event?
The problem may relate to the AddinModule constructor.

Please move your code (if any) from the AddinModule constructor to the
AddinStartupComplete event handler.

Could you confirm that the ADXOlFormsManager.OnInitialize event is raised before the exception?

Do you have a code in the AddinModule.AddinInitialize event?

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 13 Mar, 2007 06:15:45 Top
Alex Rakov




Posts: 31
Joined: 2006-11-16
Hi Fedor,

I don't have the code in the AddInModule constructor.

And the error occurs during Outlook starting even befor any window is
opened.

Maybe you could send us a debug version of some dlls, so we will able
to locate the error place more exactly?

With best regards,
Alex Rakov
Mediachase
Posted 15 Mar, 2007 02:33:58 Top
Fedor Shihantsov


Guest


Hi Alex,

I will be able to prepare a special debug version, but could you please confirm that the ADXOlFormsManager.OnInitialize event is raised before the exception?
The point is that I defined the code that raises the exeption at the (0x17E) IL address. However, I cannot understand the cause of the exception.

Posted 15 Mar, 2007 11:22:28 Top
Alex Rakov




Posts: 31
Joined: 2006-11-16
Hi Fedor,

Sorry for delays. I've just checked the exceptions is raised before
onInitialize event.

The event raises when the error doesn't happend.

With best regards,
Alex Rakov,
Mediachase
Posted 16 Mar, 2007 03:11:19 Top
Fedor Shihantsov


Guest


Hi Alex,

I have an impression that a delay occurs in either the AddinInitialize event or before: this is the cause of the NewExplorer event raised before the AddinInitialize event. Am I correct? Could you please send me your project to rewiew the code?

Posted 19 Mar, 2007 07:56:42 Top
Alex Rakov




Posts: 31
Joined: 2006-11-16
Hi,

No problem. Where should I send it to
Posted 20 Mar, 2007 08:47:19 Top
Fedor Shihantsov


Guest


Please, send on the support email.
Posted 20 Mar, 2007 11:53:22 Top
Alex Rakov




Posts: 31
Joined: 2006-11-16
Hi,

I've sent the project
Posted 21 Mar, 2007 09:25:37 Top
Fedor Shihantsov


Guest


Thanks,

I didn't find any code that could slow down the Initialize event.
Do you have other add-ins installed?
Posted 22 Mar, 2007 09:47:16 Top