System.ServiceModel.CommunicationException: The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
Just increase the MaxReceivedMessageSize
if its in client (who is accessing wcf ) then got to app config and change that size like:
Read More