This question is locked. New answers and comments are not allowed.
I have a telerik silverlight project using telerik silverlight controls which feature to updates particular table through a WCF service.
Its updating the particular table but after update it is throwing an exception in EndUpdate method in Reference.cs file like :-
*Exception :* "There is a problem with the XML that was received from the network. See inner exception for more details."
*Inner Exception :* "There is a problem with the XML that was received from the network. See inner exception for more details."
Could not able to recognize what may be the actual cause behind it as its occurring in the Reference.cs file. :)
Can anybody help me out inn this regard ?
Thanks in advance.