I have a problem with a WCF service, which tries to serialize too much data. From the trace I get an error which says that the maximum number of elements that can be seriali
I ran into this as well, in my instance, I had forgot to place this setting in my client app.config file.