HOME

Saturday, July 14, 2012

The maximum array length quota (16384) has been exceeded while reading XML data.


    <bindings>
      <basicHttpBinding>
        <binding maxBufferSize="2147483647" maxReceivedMessageSize="2147483647">
          <readerQuotas maxDepth="32" maxStringContentLength="5242880" maxArrayLength="2147483646" maxBytesPerRead="4096" maxNameTableCharCount="5242880"/>        
        </binding>          
      </basicHttpBinding>    
    </bindings>

No comments:

Post a Comment