A
Andrew Wiles
Hi
I have an automation add-in built using the IDTExtensibility2 interface.
When working with Office 2007 this addin installs and registers without
problems.
With Office 2003 the installation fails - RegAsm returns a message:
RegAsm : error RA0000 : Could not load file or assembly 'Extensibility,
Version=7.0.3300.0, Culture=nuetral, PublicKeyToken=b03f57f11d50a3a' or one
of its dependencies. Strong name validation failed. (Exceptio from HRESULT:
0x8013141A)
My understanding is that the Office 2007 Primary Interop installation
installs Extensibility.dll is in the GAC but that the Office 2003 PIA package
does not.
I have tried simply copying the Extensibility.dll to the install folder for
my project and this does not help.
What is the correct procedure for ensuring that the pre-requisites for an
automation add-in using IDTExtensibility2 are installed for Office 2003?
Thanks for any help
I have an automation add-in built using the IDTExtensibility2 interface.
When working with Office 2007 this addin installs and registers without
problems.
With Office 2003 the installation fails - RegAsm returns a message:
RegAsm : error RA0000 : Could not load file or assembly 'Extensibility,
Version=7.0.3300.0, Culture=nuetral, PublicKeyToken=b03f57f11d50a3a' or one
of its dependencies. Strong name validation failed. (Exceptio from HRESULT:
0x8013141A)
My understanding is that the Office 2007 Primary Interop installation
installs Extensibility.dll is in the GAC but that the Office 2003 PIA package
does not.
I have tried simply copying the Extensibility.dll to the install folder for
my project and this does not help.
What is the correct procedure for ensuring that the pre-requisites for an
automation add-in using IDTExtensibility2 are installed for Office 2003?
Thanks for any help