Error in deserializing request message body to work? Try changing the MaxNameTableCharCount property

I have a WCF service with 60 work contracts.

When I try to add another Operating Contract, I get the following error:

Error deserializing the body of the request message to work

Answer:

I changed the MaxNameTableCharCount property for the binding configuration to 32768 (default is 16384 ).

It worked for me!

Hope this helps too!

+4
source share

Source: https://habr.com/ru/post/1436092/


All Articles