How to increase maxReceivedMessageSize and maxBufferSize parameters in app.config file to 2000000 before running the application.
Open app.config on client side and add maxBufferSize and maxReceivedMessageSize attributes if it is not available
Original
After Edit/Update