Runtime error

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

Runtime error
AddinExpress.MSO.ADXAddinModule.AddCustomTaskPanes 
Arie Bensimon




Posts: 20
Joined: 2007-06-05
Hi,
I've install an excel 2007 add-in on two machines.
One of them run great.
On the other machime though I get a runtime error when the addin is loaded.
We uninstalled the entire office and reinstalled it but it didn't help.
Here's the error:

pplication Domain: C:\DistributionAddin\
Assembly Codebase: file:///C:/DistributionAddin/AddinExpress.MSO.DLL
Assembly Full Name: AddinExpress.MSO, Version=3.5.1875.2003, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version: 3.5.1875.2003
Assembly Build Date: 02/18/05 2:06:46 AM

Exception Source:
Exception Type: System.Runtime.InteropServices.COMException
Exception Message: Unable to create specified ActiveX control.
Exception Target Site: ForwardCallToInvokeMember

---- Stack Trace ----
System.RuntimeType.ForwardCallToInvokeMember(memberName As String, flags As BindingFlags, target As Object, aWrapperTypes As Int32[], msgData As MessageData&)
AddinExpress.MSO.DLL: N 0195 (0xC3) IL
AddinExpress.MSO.ICTPFactory.CreateCTP(CTPAxID As String, CTPTitle As String, CTPParentWindow As Object)
AddinExpress.MSO.DLL: N 00000 (0x0) JIT
AddinExpress.MSO.ADXAddinModule.AddCustomTaskPanes(parent As Object, outlookFolderName As String)
AddinExpress.MSO.DLL: N 0000 (0x0) IL

Thanks you for your help.
Posted 04 Jul, 2007 04:38:38 Top
Sergey Grischenko


Add-in Express team


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

You need to update Add-in Express up to v3.5.1876.
Please don't forget to copy an new version of the ADX loader to the add-in application directory.

Another solution is to set the Register property of the add-in output to 'vsdrpCOM' in the setup project and rebuild the setup.



P.S. We always do our best to answer your forum requests as soon as possible. However, we apply the rule "first in first out" with Premium Support Service subscribers taking priority. Please understand it may take us some time to do research on the issue. Please be assured we will let you know as soon as the best possible solution is found
Posted 04 Jul, 2007 08:07:15 Top
Arie Bensimon




Posts: 20
Joined: 2007-06-05
Hey Sergey,
v3.5.1875 is available on the download page.
where do i find the v3.5.1876?

thanks
Posted 04 Jul, 2007 08:34:16 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Oh, sorry. I forgot that now the v3.5.1876 is available for Premium subscribers only. Please try to use the Register property to fix the issue.

Posted 04 Jul, 2007 10:20:22 Top