Error in synrchronizeinternal?

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

Error in synrchronizeinternal?
Error in synrchronizeinternal? 
Jonathan Novich




Posts: 1
Joined: 2012-04-01
Hi-

I'm getting the following error below.
What can I do to avoid it?

For some context, here's what I'm doing:
When pressing a button in the AdvancedIEBar, I open several tabs, with a different url, and each of the launched tabs uses the IE add-on to potentially follow further links. When I press the original button, a timer is started, and when the timer reaches its tick interval, the timer closes out the open tabs.

Thanks for your help!


===

file:///C:/windows/assembly/GAC_MSIL/AddinExpress.IE/7.2.4104.0__4416dd98f0861965/AddinExpress.IE.dll
Assembly Full Name: AddinExpress.IE, Version=7.2.4104.0, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version: 7.2.4104.0
Assembly Build Date: 3/29/2012 7:26:31 PM

Exception Source: mscorlib
Exception Type: System.Runtime.Remoting.RemotingException
Exception Message: This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server.
Exception Target Site: InternalInvoke

---- Stack Trace ----
System.Runtime.Remoting.Proxies.RemotingProxy.InternalInvoke(reqMcmMsg As IMethodCallMessage, useDispatchMessage As Boolean, callType As Int32)
AddinExpress.IE.dll: N 0028 (0x1C) IL
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(msgData As MessageData&, type As Int32)
AddinExpress.IE.dll: N 0334 (0x14E) IL
AddinExpress.IE.IRemoteModule2.GetService(serviceId As Int32)
AddinExpress.IE.dll: N 00000 (0x0) JIT
AddinExpress.IE.ADXIEAdvancedBarsManager.SynchronizeInternal(index As Int32, context As Object, value As Object)
AddinExpress.IE.dll: N 0051 (0x33) IL
Posted 08 Apr, 2012 22:45:27 Top
Eugene Astafiev


Guest


Hi Jonathan,

Did you try to debug the add-in? What line of code fires the exception?

Could you please send a newly created empty sample add-in project which can reproduce the issue to the support e-mail address (see readme.txt for details)?
Posted 09 Apr, 2012 04:22:58 Top
Sergey Grischenko


Add-in Express team


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

Please try to open your tabs in the OnSendMessage event handler of the iemodule. It may fix the issue.
Posted 09 Apr, 2012 04:43:03 Top