BHO Entry showing up twice

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

BHO Entry showing up twice
 
rob lingstuyl




Posts: 5
Joined: 2011-02-25
After I register my project, I can go to Tools->Options->Programs Tab->Manage Addons. In the list of installed addons some of my items are listed twice. This results in the constructor of my BHO being called twice. Does anyone have an idea of what could be causing this?
Posted 22 Mar, 2011 18:03:25 Top
rob lingstuyl




Posts: 5
Joined: 2011-02-25
Here is the ADXRegistrator.log
Add-in Express Registrator Log File: 03/15/2011 20:14:16

Installation directory: C:\dev\tfs\inContact\Source Code\TRUNK\Code\Integrations\Plugin Agent\Internet Explorer\IEPluginAgent\bin\Debug\
Registrator version: 6.0.1.0
-------------------------------
20:14:16 Starting the add-in registration process.
20:14:16 Loading mscoree.dll
20:14:16 Success.
20:14:16 .NET Framework installation directory:
20:14:16 The latest version of .NET Framework: 'v4.0.30319'
20:14:16 Loading CLR: v4.0.30319.
20:14:16 Calling GetCLRMetaHost method.
20:14:16 Success.
20:14:16 Calling GetRuntime method.
20:14:16 Success.
20:14:16 Calling GetInterface method.
20:14:16 The GetInterface method returned 'No such interface supported'
20:14:16 Calling GetInterface method for the CorRuntimeHost interface.
20:14:16 Success.
20:14:16 Starting CLR...
20:14:16 Success.
20:14:16 The CLR v4.0.30319 has been initialized successfully.
20:14:16 Creating a new domain setup.
20:14:16 Success.
20:14:16 Getting the add-in directory.
20:14:16 Success. The directory is 'C:\dev\tfs\inContact\Source Code\TRUNK\Code\Integrations\Plugin Agent\Internet Explorer\IEPluginAgent\bin\Debug\'
20:14:16 The configuration file is '(null)'
20:14:16 The 'shadow copy' is disabled.
20:14:16 Creating a new application domain.
20:14:16 Success.
20:14:16 Getting the base directory for the domain.
20:14:16 Success. The directory is 'C:\dev\tfs\inContact\Source Code\TRUNK\Code\Integrations\Plugin Agent\Internet Explorer\IEPluginAgent\bin\Debug\'.
20:14:16 Searching for the Add-in Express core library.
20:14:16 Success. The 'AddinExpress.IE.dll' file is found.
20:14:16 Creating an instance of the 'AddinExpress.Deployment.ADXRegistrator' class.
20:14:16 Assembly identity is 'AddinExpress.IE'.
20:14:16 Success.
20:14:16 Unwrapping the instance of the 'AddinExpress.Deployment.ADXRegistrator' class.
20:14:16 Success.
20:14:16 Calling the managed registration procedure.
20:14:18 Success.
20:14:18 The add-in registration process is completed with HRESULT = 0.
Posted 22 Mar, 2011 18:09:20 Top
rob lingstuyl




Posts: 5
Joined: 2011-02-25
Here is the loader log file

Add-in Express Loader Log File: 03/22/2011 16:44:26

Startup directory: C:\dev\tfs\inContact\Source Code\TRUNK\Code\Integrations\Plugin Agent\Internet Explorer\IEPluginAgent\bin\Debug\
Loader version: 6.2.3049
IE Protected Mode: Off
------------------
16:44:26 1052 13432 Start.
16:44:26 1052 13432 Reading the registry key 'HKEY_CLASSES_ROOT\CLSID\{1853DD45-200B-4E7C-BBBF-83B4B91F9FE5}'
16:44:26 1052 13432 Success. The registry key 'HKEY_CLASSES_ROOT\CLSID\{1853DD45-200B-4E7C-BBBF-83B4B91F9FE5}' is closed.
16:44:26 1052 13432 Converting the '{A3A5C6A6-288F-4eee-8634-2BA9D5A28002}' CLSID from string.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Attempting to get the class object by the '{A3A5C6A6-288F-4eee-8634-2BA9D5A28002}' CLSID.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Creating a new instance of the add-on loader.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Loading the configuration from the system registry.
16:44:26 1052 13432 Getting the latest CLR version.
16:44:26 1052 13432 The latest CLR version is 'v4.0.30319'.
16:44:26 1052 13432 The configuration has been loaded successfully.
16:44:26 1052 13432 Runtime version: v4.0.30319.
16:44:26 1052 13432 Assembly name: inContact.PluginAgent.IE.
16:44:26 1052 13432 Class name: inContact.PluginAgent.IE.BrowserHelper.
16:44:26 1052 13432 Attempting to create a new instance of the managed add-on class: CLR - v4.0.30319
16:44:26 1052 13432 Loading CLR: v4.0.30319.
16:44:26 1052 13432 Calling CLRCreateInstance method.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Calling GetRuntime method.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Calling GetInterface method.
16:44:26 1052 13432 Calling GetInterface method for the CorRuntimeHost interface.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Starting CLR...
16:44:26 1052 13432 Success.
16:44:26 1052 13432 The CLR v4.0.30319 has been initialized successfully.
16:44:26 1052 13432 Creating a new domain setup.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Getting the add-in directory.
16:44:26 1052 13432 Success. The directory is 'C:\dev\tfs\inContact\Source Code\TRUNK\Code\Integrations\Plugin Agent\Internet Explorer\IEPluginAgent\bin\Debug\'
16:44:26 1052 13432 The configuration file is 'C:\dev\tfs\inContact\Source Code\TRUNK\Code\Integrations\Plugin Agent\Internet Explorer\IEPluginAgent\bin\Debug\IEPluginAgent.dll.config'
16:44:26 1052 13432 The 'shadow copy' is enabled.
16:44:26 1052 13432 Creating a new application domain.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Unwrapping the managed class.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Querying the ObjectWithSite interface.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Getting the dispid of the 'Dispose' method.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Getting the dispid of the 'InitializeModule' method.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 Getting the dispid of the 'InitializeLoaderAPI' method.
16:44:26 1052 13432 Success.
16:44:26 1052 13432 The managed add-on class has been created successfully.
Posted 22 Mar, 2011 18:09:35 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Rob,

Please unregister the project. Do you see any items now?
Posted 23 Mar, 2011 09:58:00 Top
rob lingstuyl




Posts: 5
Joined: 2011-02-25
After un-registering, there is nothing listed.
Posted 23 Mar, 2011 11:29:09 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Rob, can you please send a screenshot of the items on the support email?
Posted 23 Mar, 2011 13:07:19 Top