ADXIEModule not initialized if disabled when IE starts

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

ADXIEModule not initialized if disabled when IE starts
 
Hernan




Posts: 37
Joined: 2011-01-28
Hi,

Today i came across the following issue:

I have registered an add-on in IE, launched it, disabled the add-on and closed IE.
When I re-launch IE and enable the add-on again, my module seems not to be initialized.
Specifically, the modules's OnConnect is not called (but the toolbar?s does).
This is leaving my module uninitialized as, in the OnConnect event, im creating services needed for it to work properly.

Also, I noticed that the IEApp is null on the module (but in the toolbar, is not).

Is there a way to make the module catch up with the missed OnConnect event, so I can use it as normal?

Note: if i create new tabs, they work just fine.

Thank you,
Posted 19 May, 2011 11:43:14 Top
Sergey Grischenko


Add-in Express team


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

I am afraid there is not any solutioin for this issue. It is by design in IE.
I would advise you to use 'ADX IE Toolbar' project instead of 'ADX IE Module' + 'ADX IE Toolbar'.
Posted 20 May, 2011 08:14:00 Top