My remote WCF receiver returns List<IFoo>. The WCF receiver's called
method properly populates the list, but the items in the list are not
coming back properly. What is a workaround for this?
Thanks.
John Saunders [MVP] - 04 Mar 2008 22:47 GMT
> My remote WCF receiver returns List<IFoo>. The WCF receiver's called
> method properly populates the list, but the items in the list are not
> coming back properly. What is a workaround for this?
The workaround would depend on what the problem is, and you haven't said
what the problem is.
What do you mean, "not coming back properly"?

Signature
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
Steven Cheng - 05 Mar 2008 02:03 GMT
Hi Coconet,
What's the problem behavior of the items returned in your List<IFoo>
collection? Is it still a type unknown issue or something else?
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>NNTP-Posting-Date: Tue, 04 Mar 2008 10:58:16 -0600
>From: coconet <coconet@community.nospam>
[quoted text clipped - 7 lines]
>
>Thanks.