(Yet another) toolbar not loading question

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

(Yet another) toolbar not loading question
 
Nicholas Hebb


Guest


A user told me that the add-in wasn't loading. I had her send the adxloader.log files. I can't see any problem here. If the add-in loads successfully (per the log), is it safe to assume that the add-in didn't become Disabled on start-up? Here are the log contents:

Add-in Express Loader Log File: 02/07/2012 16:31:28

Startup directory: C:\Users\Trisha\AppData\Roaming\BreezeTree\FlowBreeze3\
Loader version: 6.6.3059.0
Operating System: Microsoft Windows 7 Professional Service Pack 1 (build 7601), 32-bit
Process Owner: Administrator
Command Line: "C:\Program Files\Microsoft Office\Office14\EXCEL.EXE"
Run 'As Administrator': Yes
Process Elevated: Yes
Integrity Level: High
UAC (User Account Control): Off
------------------------------------------------------------------------
16:31:28 0780 2380 Start.
16:31:28 0780 2380 Reading the registry key 'HKEY_CLASSES_ROOT\CLSID\{C0308E93-8EF5-4F08-8511-6D19A06EBDCD}'
16:31:28 0780 2380 Success. The registry key 'HKEY_CLASSES_ROOT\CLSID\{C0308E93-8EF5-4F08-8511-6D19A06EBDCD}' is closed.
16:31:28 0780 2380 Converting the '{4BA250A6-8BCA-46A6-982A-F340081187C3}' CLSID from string.
16:31:28 0780 2380 Success.
16:31:28 0780 2380 Attempting to get the class object by the '{4BA250A6-8BCA-46A6-982A-F340081187C3}' CLSID.
16:31:28 0780 2380 Success.
16:31:28 0780 2380 Creating a new instance of the add-in loader.
16:31:28 0780 2380 Loading mscoree.dll
16:31:28 0780 2380 Success.
16:31:28 0780 2380 Loading the configuration from the system registry.
16:31:28 0780 2380 Getting the latest CLR version.
16:31:28 0780 2380 The latest CLR version is 'v4.0.30319'.
16:31:28 0780 2380 The configuration has been loaded successfully.
16:31:28 0780 2380 Runtime version: v2.0.50727.
16:31:28 0780 2380 Assembly name: FlowBreeze_3, PublicKeyToken=8C9A6DF9BCB4E5AA.
16:31:28 0780 2380 Class name: FlowBreeze3.AddinModule.
16:31:28 0780 2380 Registry key: CLSID\{C0308E93-8EF5-4F08-8511-6D19A06EBDCD}.
16:31:28 0780 2380 Attempting to create a new instance of the managed add-in class: CLR - v2.0.50727
16:31:28 0780 2380 Loading CLR: v2.0.50727.
16:31:28 0780 2380 Calling CLRCreateInstance method.
16:31:28 0780 2380 Success.
16:31:28 0780 2380 Calling GetRuntime method.
16:31:28 0780 2380 Success.
16:31:28 0780 2380 Checking if the hosting API of .NET Framework v4.0 beta is installed.
16:31:28 0780 2380 The hosting API is up to date.
16:31:28 0780 2380 Calling GetInterface method for the CorRuntimeHost interface.
16:31:28 0780 2380 Success.
16:31:28 0780 2380 Starting CLR...
16:31:28 0780 2380 Success.
16:31:28 0780 2380 Getting the CLR version.
16:31:28 0780 2380 The CLR v2.0.50727 has been initialized successfully.
16:31:28 0780 2380 Creating a new domain setup.
16:31:28 0780 2380 Success.
16:31:28 0780 2380 Getting the add-in directory.
16:31:28 0780 2380 Success. The directory is 'C:\Users\Trisha\AppData\Roaming\BreezeTree\FlowBreeze3\'
16:31:28 0780 2380 The 'shadow copy' is enabled.
16:31:28 0780 2380 Creating a new application domain.
16:31:28 0780 2380 Success.
16:31:29 0780 2380 Unwrapping the managed class.
16:31:29 0780 2380 Success.
16:31:29 0780 2380 Querying the add-in extensibility.
16:31:29 0780 2380 Querying the custom task panes.
16:31:29 0780 2380 Querying the ribbon extensibility.
16:31:29 0780 2380 Success.
16:31:29 0780 2380 Querying the form regions.
16:31:29 0780 2380 Success.
16:31:29 0780 2380 Getting the dispid of the 'Dispose' method.
16:31:29 0780 2380 Success.
16:31:29 0780 2380 The managed add-in class has been created successfully.
Posted 10 Feb, 2012 15:29:32 Top
Eugene Astafiev


Guest


Hi Nicholas,

Thank you for providing me with the log file. It looks good; I didn't notice anything strange on my road.

What components do you use for the UI? Is it the ADXRibbonTab component? If not, did you set the UseForRibbon property of your command bars?
Posted 11 Feb, 2012 02:25:20 Top
Nicholas Hebb


Guest


Hi Eugene,

This was my first time looking at a user's adxloader.log, so thank you for verifying it. (I never did actually find the root cause, but the user got it working on their system.)
Posted 14 Feb, 2012 10:11:54 Top
Eugene Astafiev


Guest


Hi Nicholas,

Thank you for letting me know and good luck with your add-in project! ;-)
Posted 15 Feb, 2012 00:41:32 Top