How to Fix Sql Report Max Buffer Size Limit Error
This error is often caused by a misconfiguration in your web.config file. Check the following entry, it should be the max size: maxBufferSiz...
https://www.czetsuyatech.com/2010/10/c-sql-report-max-buffer-size-error.html
This error is often caused by a misconfiguration in your web.config file. Check the following entry, it should be the max size:
maxBufferSize=”2147483647″
maxReceivedMessageSize=”2147483647″
maxBufferSize=”2147483647″
maxReceivedMessageSize=”2147483647″
Post a Comment