WCF +Silverlight + problem passing circular DTO objects to wcf service.
- by nitkapy2k
hi,
I am using WCF service which contain DTO objects . Previosly i was stuck with circular refrence problem while fetching the data from serice . i googled the thing and find the solution by using [DataContract(IsReference = true)] and now while passing the data to UI it created problem .
Please help me out to get rid of this problem.