maxItemsInObjectGraph ignored

前端 未结 5 1188
野性不改
野性不改 2021-01-12 09:33

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

5条回答
  •  情话喂你
    2021-01-12 10:24

    I ran into this as well, in my instance, I had forgot to place this setting in my client app.config file.

提交回复
热议问题