Problem registering an Word-AddIn

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

Problem registering an Word-AddIn
on Windows 7 Enterprise x64 / MS Office Home and Business 2010 x86 
Nachtigall Guido


Guest


Hello,

we use Add-in Express 2008 for .NET Professional.

We try to register an COM-Addin with regsvr32 adxloader.dll:
We get no error message
We get no logfile in 'My Documents/Add-in Express'
In the registry the COM AddIn entry is missing

Operating System: Windows 7 Enterprise x64
MS Office Home and Business 2010 x86
.NET Framework 4.0

Do we need yet another framework?

The installation work on other systems.

Do you have any idea ?
Posted 11 Nov, 2010 06:26:05 Top
Eugene Astafiev


Guest


Hi Nachtigall,

Please note that Office 2010 and .net framework 4.0 are not supported in Add-in Express 2008. Moreover, only beta support for Office 2010 was added to Add-in Express 2009. I would recommend upgrading to the current version of Add-in Express - 2010. As a registered customer you can upgrade to version 2010 with a 50% discount. Here is the upgrade http://www.add-in-express.com/purchase/version-upgrade.php.

FYI However, you can try to use the latest build of the adxloader.dll file. It is available at the http://www.add-in-express.com/downloads/adxloader.php section of our web site. Please see the Add-in Express Loader 2009 for Office and .NET section.
Posted 11 Nov, 2010 07:47:50 Top
Nachtigall Guido


Guest


Hi Eugene,


I can install my AddIn with 'Add-in Express 2008' of Windows 7 x64 with O2010.

Of course we want to buy the new version. But this is currently not possible to implement this in the existing project. Such a change must be approved by our manangement first.

Can you help me anyway ?

Next you find the log:
Note: All my Addins have 'Localizable=false'

Startup directory: C:\Program Files (x86)\cundus AG\Statement Factory\
Loader version: 5.3.2030
------------------
17:23:09 296 6344 Starting the add-in registration process.
17:23:09 296 6344 Getting the latest CLR version.
17:23:09 296 6344 The latest CLR version is 'v4.0.30319'.
17:23:09 296 6344 Loading CLR: v4.0.30319.
17:23:09 296 6344 Calling GetCLRMetaHost method.
17:23:09 296 6344 Success.
17:23:09 296 6344 Calling GetRuntime method.
17:23:09 296 6344 Success.
17:23:09 296 6344 Calling GetInterface method.
17:23:09 296 6344 Calling GetInterface method for the CorRuntimeHost interface.
17:23:09 296 6344 Success.
17:23:09 296 6344 Starting CLR...
17:23:09 296 6344 Success.
17:23:09 296 6344 The CLR v4.0.30319 has been initialized successfully.
17:23:09 296 6344 Creating a new domain setup.
17:23:09 296 6344 Success.
17:23:09 296 6344 Getting the add-in directory.
17:23:09 296 6344 Success. The directory is 'C:\Program Files (x86)\cundus AG\Statement Factory\'
17:23:09 296 6344 The configuration file is '(null)'
17:23:09 296 6344 The 'shadow copy' is disabled.
17:23:09 296 6344 Creating a new application domain.
17:23:09 296 6344 Success.
17:23:09 296 6344 Getting the base directory for the domain.
17:23:09 296 6344 Success. The directory is 'C:\Program Files (x86)\cundus AG\Statement Factory\'.
17:23:09 296 6344 Searching for the Add-in Express core library.
17:23:09 296 6344 Success. The 'AddinExpress.MSO.2005.dll' file has been found.
17:23:09 296 6344 Creating an instance of the 'AddinExpress.MSO.ADXLoaderSupport' class.
17:23:09 296 6344 Assembly identity is 'AddinExpress.MSO.2005'.
17:23:09 296 6344 Success.
17:23:09 296 6344 Unwrapping the instance of the 'AddinExpress.MSO.ADXLoaderSupport' class.
17:23:09 296 6344 Success.
17:23:09 296 6344 Creating an instance of the XML parser class.
17:23:09 296 6344 Success.
17:23:09 296 6344 Loading the manifest file (C:\Program Files (x86)\cundus AG\Statement Factory\adxloader.dll.manifest).
17:23:09 296 6344 Success.
17:23:09 296 6344 Getting the root element of the manifest (C:\Program Files (x86)\cundus AG\Statement Factory\adxloader.dll.manifest).
17:23:09 296 6344 Success.
17:23:09 296 6344 Getting the 'assemblyIdentity' element of the manifest (C:\Program Files (x86)\cundus AG\Statement Factory\adxloader.dll.manifest).
17:23:09 296 6344 Success.
17:23:09 296 6344 Searching for the 'name' attribute of the 'assemblyIdentity' element.
17:23:09 296 6344 Success. The name is 'cundusStarter, PublicKeyToken=0d3e9b97dce26c18'.
17:23:09 296 6344 Calling the managed procedure to register the 'cundusStarter, PublicKeyToken=0d3e9b97dce26c18' assembly.
17:23:09 692 Connecting to the application domain of the Add-in Express loader.
17:23:09 692 Success.
17:23:09 692 Loading the 'cundusStarter, PublicKeyToken=0d3e9b97dce26c18' assembly.
17:23:09 692 Success.
17:23:09 692 Registering the 'cundusStarter, PublicKeyToken=0d3e9b97dce26c18' assembly (user).
17:23:09 692 Registering the 'cundusStarter.AddinModule' type.
17:23:09 692 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 692 Calling the 'AddinRegister' static method.
17:23:09 692 Error: The Add-in Express Loader can't resolve the 'cundusStarter.resources, Version=4.3.0.7, Culture=de-DE, PublicKeyToken=0d3e9b97dce26c18' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 692 Error: The Add-in Express Loader can't resolve the 'cundusStarter.resources, Version=4.3.0.7, Culture=de-DE, PublicKeyToken=0d3e9b97dce26c18' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 692 Error: The Add-in Express Loader can't resolve the 'cundusStarter.resources, Version=4.3.0.7, Culture=de, PublicKeyToken=0d3e9b97dce26c18' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 692 Error: The Add-in Express Loader can't resolve the 'cundusStarter.resources, Version=4.3.0.7, Culture=de, PublicKeyToken=0d3e9b97dce26c18' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 692 The 'cundusStarter.AddinModule' type has been registered successfully.
17:23:09 692 The ' cundusStarter, PublicKeyToken=0d3e9b97dce26c18' assembly has been registered successfully.
17:23:09 692 The managed registration process is complete with HRESULT = 0.
17:23:09 296 6344 Searching for the 'name' attribute of the 'assemblyIdentity' element.
17:23:09 296 6344 Success. The name is 'CundusWordAddIn, PublicKeyToken=e81356f34e9a8026'.
17:23:09 296 6344 Calling the managed procedure to register the 'CundusWordAddIn, PublicKeyToken=e81356f34e9a8026' assembly.
17:23:09 708 Connecting to the application domain of the Add-in Express loader.
17:23:09 708 Success.
17:23:09 708 Loading the 'CundusWordAddIn, PublicKeyToken=e81356f34e9a8026' assembly.
17:23:09 708 Success.
17:23:09 708 Registering the 'CundusWordAddIn, PublicKeyToken=e81356f34e9a8026' assembly (user).
17:23:09 708 Registering the 'CundusWordAddIn.AddinModuleWord' type.
17:23:09 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 708 Calling the 'AddinRegister' static method.
17:23:09 708 Error: The Add-in Express Loader can't resolve the 'CundusWordAddIn.resources, Version=4.3.0.7, Culture=de-DE, PublicKeyToken=e81356f34e9a8026' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 708 Error: The Add-in Express Loader can't resolve the 'CundusWordAddIn.resources, Version=4.3.0.7, Culture=de-DE, PublicKeyToken=e81356f34e9a8026' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 708 Error: The Add-in Express Loader can't resolve the 'CundusWordAddIn.resources, Version=4.3.0.7, Culture=de, PublicKeyToken=e81356f34e9a8026' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 708 Error: The Add-in Express Loader can't resolve the 'CundusWordAddIn.resources, Version=4.3.0.7, Culture=de, PublicKeyToken=e81356f34e9a8026' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 708 The 'CundusWordAddIn.AddinModuleWord' type has been registered successfully.
17:23:09 708 Registering the 'CundusWordAddIn.ComAddInReg' type.
17:23:09 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 708 The 'CundusWordAddIn.ComAddInReg' type has been registered successfully.
17:23:09 708 Registering the 'CundusWordAddIn.Tools' type.
17:23:09 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 708 The 'CundusWordAddIn.Tools' type has been registered successfully.
17:23:09 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 708 The 'CundusWordAddIn.WordController+CellInfo' type has been registered successfully.
17:23:09 708 Registering the 'CundusWordAddIn.WordParagraphFormat' type.
17:23:09 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 708 The 'CundusWordAddIn.WordParagraphFormat' type has been registered successfully.
17:23:09 708 Registering the 'CundusWordAddIn.RangeNames' type.
17:23:09 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 708 The 'CundusWordAddIn.RangeNames' type has been registered successfully.
17:23:09 708 Registering the 'CundusWordAddIn.RangeCoords' type.
17:23:09 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 708 The 'CundusWordAddIn.RangeCoords' type has been registered successfully.
17:23:09 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 708 The 'CundusWordAddIn.WriteWordController+ActionMode' type has been registered successfully.
17:23:09 708 The ' CundusWordAddIn, PublicKeyToken=e81356f34e9a8026' assembly has been registered successfully.
17:23:09 708 The managed registration process is complete with HRESULT = 0.
17:23:09 296 6344 Searching for the 'name' attribute of the 'assemblyIdentity' element.
17:23:09 296 6344 Success. The name is 'CundusExcelAddIn, PublicKeyToken=964855493ab325f4'.
17:23:09 296 6344 Calling the managed procedure to register the 'CundusExcelAddIn, PublicKeyToken=964855493ab325f4' assembly.
17:23:09 776 Connecting to the application domain of the Add-in Express loader.
17:23:09 776 Success.
17:23:09 776 Loading the 'CundusExcelAddIn, PublicKeyToken=964855493ab325f4' assembly.
17:23:09 776 Success.
17:23:09 776 Registering the 'CundusExcelAddIn, PublicKeyToken=964855493ab325f4' assembly (user).
17:23:09 776 Registering the 'CundusExcelAddIn.ERDataproviders' type.
17:23:09 776 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 776 The 'CundusExcelAddIn.ERDataproviders' type has been registered successfully.
17:23:09 776 Registering the 'CundusExcelAddIn.RangeNames' type.
17:23:09 776 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 776 The 'CundusExcelAddIn.RangeNames' type has been registered successfully.
17:23:09 776 Registering the 'CundusExcelAddIn.RangeCoords' type.
17:23:09 776 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 776 The 'CundusExcelAddIn.RangeCoords' type has been registered successfully.
17:23:09 776 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 776 The 'CundusExcelAddIn.WriteExcelController+ActionMode' type has been registered successfully.
17:23:09 776 Registering the 'CundusExcelAddIn.AddinModuleExcel' type.
17:23:09 776 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 776 Calling the 'AddinRegister' static method.
17:23:09 776 Error: The Add-in Express Loader can't resolve the 'CundusExcelAddIn.resources, Version=4.3.0.7, Culture=de-DE, PublicKeyToken=964855493ab325f4' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 776 Error: The Add-in Express Loader can't resolve the 'CundusExcelAddIn.resources, Version=4.3.0.7, Culture=de-DE, PublicKeyToken=964855493ab325f4' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 776 Error: The Add-in Express Loader can't resolve the 'CundusExcelAddIn.resources, Version=4.3.0.7, Culture=de, PublicKeyToken=964855493ab325f4' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 776 Error: The Add-in Express Loader can't resolve the 'CundusExcelAddIn.resources, Version=4.3.0.7, Culture=de, PublicKeyToken=964855493ab325f4' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 776 The 'CundusExcelAddIn.AddinModuleExcel' type has been registered successfully.
17:23:09 776 The ' CundusExcelAddIn, PublicKeyToken=964855493ab325f4' assembly has been registered successfully.
17:23:09 776 The managed registration process is complete with HRESULT = 0.
17:23:09 296 6344 Searching for the 'name' attribute of the 'assemblyIdentity' element.
17:23:09 296 6344 Success. The name is 'CundusBIPublisherAddIn, PublicKeyToken=463e261920d4d164'.
17:23:09 296 6344 Calling the managed procedure to register the 'CundusBIPublisherAddIn, PublicKeyToken=463e261920d4d164' assembly.
17:23:09 720 Connecting to the application domain of the Add-in Express loader.
17:23:09 720 Success.
17:23:09 720 Loading the 'CundusBIPublisherAddIn, PublicKeyToken=463e261920d4d164' assembly.
17:23:09 720 Success.
17:23:09 720 Registering the 'CundusBIPublisherAddIn, PublicKeyToken=463e261920d4d164' assembly (user).
17:23:09 720 Registering the 'CundusBIPublisherAddIn.AddinModule' type.
17:23:09 720 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 720 Calling the 'AddinRegister' static method.
17:23:09 720 Error: The Add-in Express Loader can't resolve the 'CundusBIPublisherAddIn.resources, Version=4.3.0.7, Culture=de-DE, PublicKeyToken=463e261920d4d164' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 720 Error: The Add-in Express Loader can't resolve the 'CundusBIPublisherAddIn.resources, Version=4.3.0.7, Culture=de-DE, PublicKeyToken=463e261920d4d164' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 720 Error: The Add-in Express Loader can't resolve the 'CundusBIPublisherAddIn.resources, Version=4.3.0.7, Culture=de, PublicKeyToken=463e261920d4d164' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 720 Error: The Add-in Express Loader can't resolve the 'CundusBIPublisherAddIn.resources, Version=4.3.0.7, Culture=de, PublicKeyToken=463e261920d4d164' assembly. Please check if the assembly exists in the application directory or in the GAC.
17:23:09 720 The 'CundusBIPublisherAddIn.AddinModule' type has been registered successfully.
17:23:09 720 Registering the 'CundusBIPublisherAddIn.ComAddInReg' type.
17:23:09 720 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 720 The 'CundusBIPublisherAddIn.ComAddInReg' type has been registered successfully.
17:23:09 720 Registering the 'CundusBIPublisherAddIn.Tools' type.
17:23:09 720 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 720 The 'CundusBIPublisherAddIn.Tools' type has been registered successfully.
17:23:09 720 Registering the 'CundusBIPublisherAddIn.RangeNames' type.
17:23:09 720 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 720 The 'CundusBIPublisherAddIn.RangeNames' type has been registered successfully.
17:23:09 720 Registering the 'CundusBIPublisherAddIn.RangeCoords' type.
17:23:09 720 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 720 The 'CundusBIPublisherAddIn.RangeCoords' type has been registered successfully.
17:23:09 720 Searching for static methods that contain the 'ComRegisterFunction' attribute.
17:23:09 720 The 'CundusBIPublisherAddIn.WritePowerPointController+ActionMode' type has been registered successfully.
17:23:09 720 The ' CundusBIPublisherAddIn, PublicKeyToken=463e261920d4d164' assembly has been registered successfully.
17:23:09 720 The managed registration process is complete with HRESULT = 0.
17:23:09 296 6344 The add-in registration process is completed with HRESULT = 0.
Posted 11 Nov, 2010 10:50:59 Top
Eugene Astafiev


Guest


Hi Nachtigall,

I have found a similar http://www.add-in-express.com/forum/read.php?SHOWALL_1=1&FID=5&TID=8051#nav_start for you. Steve Brassel reports:

Yesterday I got approval to upgrade to Add-in Express 2010. I've since integrated it into our solution and am happy to report that our issue is resolved. Thanks for your help.


It looks like you need to upgrade Add-in Express.
Posted 11 Nov, 2010 11:48:59 Top
Eugene Astafiev


Guest


Nachtigall,

Have you ever played with localized properties in your add-in project? Are you able to reproduce the issue with a newly created add-in project?
Posted 11 Nov, 2010 11:59:18 Top
Nachtigall Guido


Guest


Hi Eugene,

we use some resources in the AddIns, but which are not localized.
I have compiled missing resources and included it.
Now the errors are no longer displayed in log. But the AddIn is still missing.

The error occurs only on the PC of our customer.

We also have a laptop with Window7 X64 and Office 2010. I found a difference in the log. There is also the following entry.

My Question: What does it mean: 'The configuration has been loaded successfully'

log AddIn registered:
....
16:34:04 716 2520 Success.
16:34:04 716 2520 Loading the configuration from the system registry.
16:34:04 716 2520 Getting the latest CLR version.
16:34:04 716 2520 The latest CLR version is 'v4.0.30319'.
16:34:04 716 2520 The configuration has been loaded successfully.
16:34:04 716 2520 Runtime version: v2.0.50727.
16:34:04 716 2520 Assembly name: cundusStarter, PublicKeyToken=0D3E9B97DCE26C18.
16:34:04 716 2520 Class name: cundusStarter.AddinModule.
16:34:04 716 2520 Attempting to create a new instance of the managed add-in class: CLR - v2.0.50727


log AddIn not registered:

Add-in Express Loader Log File: 11/12/2010 11:13:21

Startup directory: C:\Program Files (x86)\cundus AG\Statement Factory\
Loader version: 5.3.2030
------------------
11:13:21 296 3240 Starting the add-in registration process.
11:13:21 296 3240 Getting the latest CLR version.
11:13:21 296 3240 The latest CLR version is 'v4.0.30319'.
11:13:21 296 3240 Loading CLR: v4.0.30319.
11:13:21 296 3240 Calling GetCLRMetaHost method.
11:13:21 296 3240 Success.
11:13:21 296 3240 Calling GetRuntime method.
11:13:21 296 3240 Success.
11:13:21 296 3240 Calling GetInterface method.
11:13:21 296 3240 Calling GetInterface method for the CorRuntimeHost interface.
11:13:21 296 3240 Success.
11:13:21 296 3240 Starting CLR...
11:13:21 296 3240 Success.
11:13:21 296 3240 The CLR v4.0.30319 has been initialized successfully.
11:13:21 296 3240 Creating a new domain setup.
11:13:21 296 3240 Success.
11:13:21 296 3240 Getting the add-in directory.
11:13:21 296 3240 Success. The directory is 'C:\Program Files (x86)\cundus AG\Statement Factory\'
11:13:21 296 3240 The configuration file is '(null)'
11:13:21 296 3240 The 'shadow copy' is disabled.
11:13:21 296 3240 Creating a new application domain.
11:13:21 296 3240 Success.
11:13:21 296 3240 Getting the base directory for the domain.
11:13:21 296 3240 Success. The directory is 'C:\Program Files (x86)\cundus AG\Statement Factory\'.
11:13:21 296 3240 Searching for the Add-in Express core library.
11:13:21 296 3240 Success. The 'AddinExpress.MSO.2005.dll' file has been found.
11:13:21 296 3240 Creating an instance of the 'AddinExpress.MSO.ADXLoaderSupport' class.
11:13:21 296 3240 Assembly identity is 'AddinExpress.MSO.2005'.
11:13:21 296 3240 Success.
11:13:21 296 3240 Unwrapping the instance of the 'AddinExpress.MSO.ADXLoaderSupport' class.
11:13:21 296 3240 Success.
11:13:21 296 3240 Creating an instance of the XML parser class.
11:13:21 296 3240 Success.
11:13:21 296 3240 Loading the manifest file (C:\Program Files (x86)\cundus AG\Statement Factory\adxloader.dll.manifest).
11:13:21 296 3240 Success.
11:13:21 296 3240 Getting the root element of the manifest (C:\Program Files (x86)\cundus AG\Statement Factory\adxloader.dll.manifest).
11:13:21 296 3240 Success.
11:13:21 296 3240 Getting the 'assemblyIdentity' element of the manifest (C:\Program Files (x86)\cundus AG\Statement Factory\adxloader.dll.manifest).
11:13:21 296 3240 Success.
11:13:21 296 3240 Searching for the 'name' attribute of the 'assemblyIdentity' element.
11:13:21 296 3240 Success. The name is 'cundusStarter, PublicKeyToken=0d3e9b97dce26c18'.
11:13:21 296 3240 Calling the managed procedure to register the 'cundusStarter, PublicKeyToken=0d3e9b97dce26c18' assembly.
11:13:21 692 Connecting to the application domain of the Add-in Express loader.
11:13:21 692 Success.
11:13:21 692 Loading the 'cundusStarter, PublicKeyToken=0d3e9b97dce26c18' assembly.
11:13:21 692 Success.
11:13:21 692 Registering the 'cundusStarter, PublicKeyToken=0d3e9b97dce26c18' assembly (user).
11:13:21 692 Registering the 'cundusStarter.AddinModule' type.
11:13:21 692 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:21 692 Calling the 'AddinRegister' static method.
11:13:22 692 The 'cundusStarter.AddinModule' type has been registered successfully.
11:13:22 692 The ' cundusStarter, PublicKeyToken=0d3e9b97dce26c18' assembly has been registered successfully.
11:13:22 692 The managed registration process is complete with HRESULT = 0.
11:13:22 296 3240 Searching for the 'name' attribute of the 'assemblyIdentity' element.
11:13:22 296 3240 Success. The name is 'CundusWordAddIn, PublicKeyToken=e81356f34e9a8026'.
11:13:22 296 3240 Calling the managed procedure to register the 'CundusWordAddIn, PublicKeyToken=e81356f34e9a8026' assembly.
11:13:22 708 Connecting to the application domain of the Add-in Express loader.
11:13:22 708 Success.
11:13:22 708 Loading the 'CundusWordAddIn, PublicKeyToken=e81356f34e9a8026' assembly.
11:13:22 708 Success.
11:13:22 708 Registering the 'CundusWordAddIn, PublicKeyToken=e81356f34e9a8026' assembly (user).
11:13:22 708 Registering the 'CundusWordAddIn.AddinModuleWord' type.
11:13:22 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 708 Calling the 'AddinRegister' static method.
11:13:22 708 The 'CundusWordAddIn.AddinModuleWord' type has been registered successfully.
11:13:22 708 Registering the 'CundusWordAddIn.ComAddInReg' type.
11:13:22 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 708 The 'CundusWordAddIn.ComAddInReg' type has been registered successfully.
11:13:22 708 Registering the 'CundusWordAddIn.Tools' type.
11:13:22 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 708 The 'CundusWordAddIn.Tools' type has been registered successfully.
11:13:22 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 708 The 'CundusWordAddIn.WordController+CellInfo' type has been registered successfully.
11:13:22 708 Registering the 'CundusWordAddIn.WordParagraphFormat' type.
11:13:22 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 708 The 'CundusWordAddIn.WordParagraphFormat' type has been registered successfully.
11:13:22 708 Registering the 'CundusWordAddIn.RangeNames' type.
11:13:22 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 708 The 'CundusWordAddIn.RangeNames' type has been registered successfully.
11:13:22 708 Registering the 'CundusWordAddIn.RangeCoords' type.
11:13:22 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 708 The 'CundusWordAddIn.RangeCoords' type has been registered successfully.
11:13:22 708 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 708 The 'CundusWordAddIn.WriteWordController+ActionMode' type has been registered successfully.
11:13:22 708 The ' CundusWordAddIn, PublicKeyToken=e81356f34e9a8026' assembly has been registered successfully.
11:13:22 708 The managed registration process is complete with HRESULT = 0.
11:13:22 296 3240 Searching for the 'name' attribute of the 'assemblyIdentity' element.
11:13:22 296 3240 Success. The name is 'CundusExcelAddIn, PublicKeyToken=964855493ab325f4'.
11:13:22 296 3240 Calling the managed procedure to register the 'CundusExcelAddIn, PublicKeyToken=964855493ab325f4' assembly.
11:13:22 792 Connecting to the application domain of the Add-in Express loader.
11:13:22 792 Success.
11:13:22 792 Loading the 'CundusExcelAddIn, PublicKeyToken=964855493ab325f4' assembly.
11:13:22 792 Success.
11:13:22 792 Registering the 'CundusExcelAddIn, PublicKeyToken=964855493ab325f4' assembly (user).
11:13:22 792 Registering the 'CundusExcelAddIn.ERDataproviders' type.
11:13:22 792 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 792 The 'CundusExcelAddIn.ERDataproviders' type has been registered successfully.
11:13:22 792 Registering the 'CundusExcelAddIn.RangeNames' type.
11:13:22 792 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 792 The 'CundusExcelAddIn.RangeNames' type has been registered successfully.
11:13:22 792 Registering the 'CundusExcelAddIn.RangeCoords' type.
11:13:22 792 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 792 The 'CundusExcelAddIn.RangeCoords' type has been registered successfully.
11:13:22 792 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 792 The 'CundusExcelAddIn.WriteExcelController+ActionMode' type has been registered successfully.
11:13:22 792 Registering the 'CundusExcelAddIn.AddinModuleExcel' type.
11:13:22 792 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 792 Calling the 'AddinRegister' static method.
11:13:22 792 The 'CundusExcelAddIn.AddinModuleExcel' type has been registered successfully.
11:13:22 792 The ' CundusExcelAddIn, PublicKeyToken=964855493ab325f4' assembly has been registered successfully.
11:13:22 792 The managed registration process is complete with HRESULT = 0.
11:13:22 296 3240 Searching for the 'name' attribute of the 'assemblyIdentity' element.
11:13:22 296 3240 Success. The name is 'CundusBIPublisherAddIn, PublicKeyToken=463e261920d4d164'.
11:13:22 296 3240 Calling the managed procedure to register the 'CundusBIPublisherAddIn, PublicKeyToken=463e261920d4d164' assembly.
11:13:22 864 Connecting to the application domain of the Add-in Express loader.
11:13:22 864 Success.
11:13:22 864 Loading the 'CundusBIPublisherAddIn, PublicKeyToken=463e261920d4d164' assembly.
11:13:22 864 Success.
11:13:22 864 Registering the 'CundusBIPublisherAddIn, PublicKeyToken=463e261920d4d164' assembly (user).
11:13:22 864 Registering the 'CundusBIPublisherAddIn.AddinModule' type.
11:13:22 864 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 864 Calling the 'AddinRegister' static method.
11:13:22 864 The 'CundusBIPublisherAddIn.AddinModule' type has been registered successfully.
11:13:22 864 Registering the 'CundusBIPublisherAddIn.ComAddInReg' type.
11:13:22 864 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 864 The 'CundusBIPublisherAddIn.ComAddInReg' type has been registered successfully.
11:13:22 864 Registering the 'CundusBIPublisherAddIn.Tools' type.
11:13:22 864 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 864 The 'CundusBIPublisherAddIn.Tools' type has been registered successfully.
11:13:22 864 Registering the 'CundusBIPublisherAddIn.RangeNames' type.
11:13:22 864 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 864 The 'CundusBIPublisherAddIn.RangeNames' type has been registered successfully.
11:13:22 864 Registering the 'CundusBIPublisherAddIn.RangeCoords' type.
11:13:22 864 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 864 The 'CundusBIPublisherAddIn.RangeCoords' type has been registered successfully.
11:13:22 864 Searching for static methods that contain the 'ComRegisterFunction' attribute.
11:13:22 864 The 'CundusBIPublisherAddIn.WritePowerPointController+ActionMode' type has been registered successfully.
11:13:22 864 The ' CundusBIPublisherAddIn, PublicKeyToken=463e261920d4d164' assembly has been registered successfully.
11:13:22 864 The managed registration process is complete with HRESULT = 0.
11:13:22 296 3240 The add-in registration process is completed with HRESULT = 0.
[COLOR=red][U]
Posted 12 Nov, 2010 05:07:11 Top
Eugene Astafiev


Guest


Hi Nachtigall,

The configuration has been loaded successfully


It means that the required info was loaded from the windows registry successfully. Please make sure that you use x86 version of the regsvr32.exe utility (not x64). The name is identical for both platforms.
Posted 12 Nov, 2010 05:56:28 Top
Nachtigall Guido


Guest


Hi Eugene,

I use the System32/regsvr32.exe to register it.
I found the x64-Version of regsvr32 in C:\WINDOWS\SysWOW64.
I try it both with the same unsuccessful result.

Do you know where this info is in the registry ?

Or can i use a adxloader.dll.config-file to set CLR-Version which will be used by adxloader ?

Thanks for your help.

Guido
Posted 12 Nov, 2010 06:28:42 Top
Eugene Astafiev


Guest


Guido,

Is the UAC (User Account Control) enabled in Windows 7 (set to its default level)?

1. Please try searching the Guid and ProgId of your add-in module (see the corresponding attributes of the add-in module class).
2. Unfortunately there is no way to specify the CLR version now. The adxloader always loads the latest one.
Posted 12 Nov, 2010 06:52:49 Top
Nachtigall Guido


Guest


Hi Eugene,

concerning "Is the UAC (User Account Control) enabled in Windows 7 (set to its default level)? "
yes and yes

concerning "Please try searching the Guid and ProgId of your add-in module (see the corresponding attributes of the add-in module class). "

Why ?

concerning 'Unfortunately there is no way to specify the CLR version now. The adxloader always loads the latest one.'

as you can see in the log after 4.0 the CLR 2.0.50727 loaded.
How can that happen ?

...
16:34:04 716 2520 Success.
16:34:04 716 2520 Loading the configuration from the system registry.
16:34:04 716 2520 Getting the latest CLR version.
16:34:04 716 2520 The latest CLR version is 'v4.0.30319'.
16:34:04 716 2520 The configuration has been loaded successfully.
16:34:04 716 2520 Runtime version: v2.0.50727.
16:34:04 716 2520 Assembly name: cundusStarter, PublicKeyToken=0D3E9B97DCE26C18.
16:34:04 716 2520 Class name: cundusStarter.AddinModule.
16:34:04 716 2520 Attempting to create a new instance of the managed add-in class: CLR - v2.0.50727
...

Guido
Posted 12 Nov, 2010 07:19:01 Top