I use COM interface with an application in C#.
I need to restart BA frequently (2 or 3 times per day), I think it's since i use multiple COM instance objects (multi tabs).
i have these lines in logs :
- Code: Select all
29102013 15:05:51:495: System.Runtime.Remoting.RemotingException: 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.
at Microsoft.VisualBasic.CompilerServices.Symbols.Container.InvokeMethod(Method TargetProcedure, Object[] Arguments, Boolean[] CopyBack, BindingFlags Flags)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
at Betting_Assistant.RemoteLib.invokePricesUpdated(Int32 tabIndex) in C:\Betting Assistant Beta 1_1_0_66x68\Betfair Trading API Beta\RemoteLib.vb:line 649
