C# Maximum number of items that can be serialized or deserialized in an object graph is '65536'

//出现这种问题,看看是不是少了 behaviorConfiguration="Behaviors.EndpointBehavior"

 

<client> 
    <endpoint address=http://localhost:192.168.0.1/Service 
        behaviorConfiguration="Behaviors.EndpointBehavior" 
        binding="wsHttpBinding" bindingConfiguration="WSHTTPBinding.Configuration.Client" 
        contract="IAppointments" name="Client.EndpointConfiguration" /> 
</client>
posted @ 2016-04-07 16:59  MissWily  阅读(303)  评论(0编辑  收藏  举报