Getting a System.Runtime.InteropServices.COMException

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

Getting a System.Runtime.InteropServices.COMException
InteropServices.COMException thrown when opening Internet Exploror 7.0 
Shawn Fenus




Posts: 16
Joined: 2010-01-08
I am getting a type System.Runtime.InteropServices.COMException when opening the browser window on XP with IE 7.0.5730.13. I have ran all my windows updates. Please help! this is a real show stopper and we are about to go live. The only thing in here that has anything to do with my code is the on tab activate. Removed all the code in the ~IEModule.IEModule_OnTabActivated and I still get this error.

Detailed technical information follows:
---
(Inner Exception)
(Inner Exception)
Date and Time: 2/15/2010 10:00:48 PM
Machine Name: XXXXXXXXXXXXXX
IP Address: XXXXXXXXXXXXXX
Current User: XXXXXXXXXXXXXX\test

Application Domain: C:\Program Files\XXXXXXXXXXXXXX\XXXXXXXXXXXXXX\
Assembly Codebase: file:///C:/XXXXXXXXXXXXXX/XXXXXXXXXXXXXX/XXXXXXXXXXXXXX Internet Explorer Companion/AddinExpress.IE.DLL
Assembly Full Name: XXXXXXXXXXXXXX, Version=5.2.261.0, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version: 5.2.261.0
Assembly Build Date: 2/11/2010 10:30:29 AM

Exception Source:
Exception Type: System.Runtime.InteropServices.COMException
Exception Message: Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))
Exception Target Site: Object reference not set to an instance of an object.

---- Stack Trace ----



(Outer Exception)
Date and Time: 2/15/2010 10:00:48 PM
Machine Name: XXXXXXXXXXXXXX
IP Address: XXXXXXXXXXXXXX
Current User: XXXXXXXXXXXXXX\test

Application Domain: C:\Program Files\XXXXXXXXXXXXXX\XXXXXXXXXXXXXX Internet Explorer Companion\
Assembly Codebase: file:///C:/Program Files/XXXXXXXXXXXXXX/XXXXXXXXXXXXXX Internet Explorer Companion/AddinExpress.IE.DLL
Assembly Full Name: AddinExpress.IE, Version=5.2.261.0, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version: 5.2.261.0
Assembly Build Date: 2/11/2010 10:30:29 AM

Exception Source: mscorlib
Exception Type: System.Reflection.TargetInvocationException
Exception Message: Exception has been thrown by the target of an invocation.
Exception Target Site: InvokeDispMethod

---- Stack Trace ----
System.RuntimeType.InvokeDispMethod(name As String, invokeAttr As BindingFlags, target As Object, args As Object[], byrefModifiers As Boolean[], culture As Int32, namedParameters As String[])
AddinExpress.IE.DLL: N 00000 (0x0) JIT
System.RuntimeType.InvokeMember(name As String, bindingFlags As BindingFlags, binder As Binder, target As Object, providedArgs As Object[], modifiers As ParameterModifier[], culture As CultureInfo, namedParams As String[])
AddinExpress.IE.DLL: N 0488 (0x1E8) IL
System.Type.InvokeMember(name As String, invokeAttr As BindingFlags, binder As Binder, target As Object, args As Object[])
AddinExpress.IE.DLL: N 0000 (0x0) IL
AddinExpress.IE.ADXIEModule.get_HTMLDocumentObj()
AddinExpress.IE.DLL: N 0008 (0x8) IL
XXXXXXXXXXXXXX.IEModule.get_HTMLDocument()
AddinExpress.IE.DLL: N 0001 (0x1) IL
XXXXXXXXXXXXXX.IEModule.IEModule_OnTabActivated(sender As Object, e As EventArgs)
AddinExpress.IE.DLL: N 0032 (0x20) IL
AddinExpress.IE.ADXIEModule.DoTabActivated()
AddinExpress.IE.DLL: N 0008 (0x8) IL



(Outer Exception)
Date and Time: 2/15/2010 10:00:48 PM
Machine Name: XXXXXXXXXXXXXX
IP Address: XXXXXXXXXXXXXX
Current User: XXXXXXXXXXXXXX\test

Application Domain: C:\Program Files\XXXXXXXXXXXXXX\XXXXXXXXXXXXXX\
Assembly Codebase: file:///C:/Program Files/XXXXXXXXXXXXXX/XXXXXXXXXXXXXX Internet Explorer Companion/AddinExpress.IE.DLL
Assembly Full Name: AddinExpress.IE, Version=5.2.261.0, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version: 5.2.261.0
Assembly Build Date: 2/11/2010 10:30:29 AM

Exception Source:
Exception Type: AddinExpress.IE.ADXIEExternalException
Exception Message: An error has occured in the code of the extension.
Exception Target Site: Object reference not set to an instance of an object.

---- Stack Trace ----
Posted 15 Feb, 2010 23:21:15 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Shawn.

I answered you in this topic: http://www.add-in-express.com/forum/read.php?FID=10&TID=6820
Posted 17 Feb, 2010 08:14:37 Top