- General Questions
- How to Questions - Cloud
- Installation
- Microix Cloud App (Web)
- Budget
- Requisition
- Time Clock
- Inventory
- Timesheet
Error when retrieving users via WCF Service
To resolve buffer size error with WCF client application, edit the config file as follows and add the maxReceivedMessageSize property:
<basicHttpBinding>
<binding name="BasicHttpBinding_IService"
maxReceivedMessageSize="1500000"/>
</basicHttpBinding>
<basicHttpBinding>
<binding name="BasicHttpBinding_IService"
maxReceivedMessageSize="1500000"/>
</basicHttpBinding>