MarshalByRef and Control Binding

From: Adam (Adam_at_discussions.microsoft.com)
Date: 06/09/04


Date: Wed, 9 Jun 2004 06:43:01 -0700

Is there a way to Bind a control to a collection of MarshalByRef's on a client windows form control?

The of binding and establishing Display Member and Value Member, does not work. Is there something I need to do, to declare the type of object, the list currently supports ITypedList. The list is passed by value, the items in the list are by proxy. When I loop through the list, in a console app, everything seems fine. But binding fails.

Thanks in advance.