I have a web service which is returning data to the desktop application. The problem I am having is, when the web service returns small volume of data everything works fine but
I encountered this same problem. It turned out WCF couldn't return DateTime as JSON, so I had to make it Nullable.
DateTime
Nullable