ADXIEModule.GetModulesByTypeName returns no modules

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

ADXIEModule.GetModulesByTypeName returns no modules
After years of working fine, GetModulesByTypeName suddenly stops working... mysterious 
George Weihs




Posts: 13
Joined: 2009-07-28
Originally deployed in Sept 2009 and never updated, my application has been working perfectly for 1.5 years. I have not updated my application, nor have i updated the setup that contains the IE Helper app that is based on Add-In Express for IE (2009). So, in short, nothing has changed.

Yet, suddenly, all users report the same problem. I track it down to the following code:


foreach (IEModule mod in ADXIEModule.GetModulesByTypeName(typeof(IEModule).Name)
{
...
}

The GetModulesByTypeName() is suddenly returning an empty array. This is true on all machines i can test it on. It is true regardless of browser version (i tested IE7 and IE8)

Any ideas? Please help!
Posted 17 Feb, 2011 10:35:56 Top
Sergey Grischenko


Add-in Express team


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

Do you use the latest version of Add-in Express for IE 2009 (v5.2.261)?
Posted 17 Feb, 2011 11:41:29 Top
George Weihs




Posts: 13
Joined: 2009-07-28
Hi Sergey,

Thanks for the reply. No, I am using version 5.1.255.0.

Is this a known problem that was fixed in a later version?
Posted 17 Feb, 2011 14:02:42 Top
Sergey Grischenko


Add-in Express team


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

I used to fix the similar issue in Add-in Express. So, please download and test the add-on with the ADX for IE v5.2.261. Or just upgrade the product up to v6.4.379.
Let me know if the issue still exists.
Posted 18 Feb, 2011 05:42:46 Top