Upgrade Error

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

Upgrade Error
 
Jack Bretcher




Posts: 189
Joined: 2006-06-30
I upgraded my application to ADX 2007 and while it works on most of my test installations one is throwing the following error.

I appears that Interop.outlook was not able to be loaded. I checked my build and my project references the 2007 interop, however it is not listed in the install files explicitly.

Please HELP,

Jack

(Inner Exception)
Date and Time: 3/18/2007 9:40:24 PM
Machine Name: JMC
IP Address: 192.168.1.103
Current User: JMC\jmc_2332

Application Domain: C:\Program Files\Sonoma Enterprises\SR Sync\
Assembly Codebase: file:///C:/Program Files/Sonoma Enterprises/SR Sync/AddinExpress.MSO.2005.DLL
Assembly Full Name: AddinExpress.MSO.2005, Version=3.3.1867.2005, Culture=neutral, PublicKeyToken=c20c070a1fc9a144
Assembly Version: 3.3.1867.2005
Assembly Build Date: 2/10/2005 2:06:50 AM

Exception Source: SRSync
Exception Type: System.IO.FileLoadException
Exception Message: Could not load file or assembly 'Interop.Outlook, Version=9.0.0.0, Culture=neutral, PublicKeyToken=3c8e198007f9ecf8' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Exception Target Site: AddinModule_AddinStartupComplete

---- Stack Trace ----
SRSync.AddinModule.AddinModule_AddinStartupComplete(sender As Object, e As EventArgs)
AddinExpress.MSO.2005.DLL: N 00000 (0x0) JIT
AddinExpress.MSO.ADXAddinModule.Extensibility.IDTExtensibility2.OnStartupComplete(custom As Array&)
AddinExpress.MSO.2005.DLL: N 0868 (0x364) IL



(Outer Exception)
Date and Time: 3/18/2007 9:40:24 PM
Machine Name: JMC
IP Address: 192.168.1.103
Current User: JMC\jmc_2332

Application Domain: C:\Program Files\Sonoma Enterprises\SR Sync\
Assembly Codebase: file:///C:/Program Files/Sonoma Enterprises/SR Sync/AddinExpress.MSO.2005.DLL
Assembly Full Name: AddinExpress.MSO.2005, Version=3.3.1867.2005, Culture=neutral, PublicKeyToken=c20c070a1fc9a144
Assembly Version: 3.3.1867.2005
Assembly Build Date: 2/10/2005 2:06:50 AM

Exception Source:
Exception Type: AddinExpress.MSO.ADXExternalException
Exception Message: Error occured in the code of the add-in.
Exception Target Site: Object reference not set to an instance of an object.

---- Stack Trace ----
Posted 19 Mar, 2007 08:21:48 Top
Sergey Grischenko


Add-in Express team


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

Please include PIAs to the add-in setup project and test the add-in again.
As far as I see, your add-in requires PIAs for Office 2000.

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 19 Mar, 2007 09:37:05 Top
Jack Bretcher




Posts: 189
Joined: 2006-06-30
Sergey,

That is what I do not understand, the installation is on an Office 2003 machine. And, it ran fine before upgrading to ADX2007.

I have never explicitly included any of the PIAs in the installation in the past and have not had a problem.

Ideas?

Jack
Posted 19 Mar, 2007 12:40:51 Top
Sergey Grischenko


Add-in Express team


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

All dependent assemblies should be added to the setup project or the GAC. Otherwise the installer may not work.

Posted 20 Mar, 2007 05:26:38 Top