C# WCF Server retrieves 'List<T>' with 1 entry, but client doesn't receive it?! Please help Urgentl
- by Neville
Hi Everyone,
I've been battling and trying to research this issue for over 2 days now with absolutely no luck.
I am trying to retrieve a list of clients from the server (server using fluentNHibernate).
The client object is as follow:
[DataContract]
//[KnownType(typeof(System.Collections.Generic.List<ContactPerson>))]…