Tungsten TotalAgility Communication Exception
CommunicationException was unhandled by user code. An exception of type ‘System.ServiceModel.CommunicationException’ occurred in mscorlib.dlll but was not handled in user code. Additional information: 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.
The root cause is due to the fact that the app.config in your Visual Studio project or the Tungsten TotalAgility config files (\TotalAgility\Agility.Server.Web\web.config, \TotalAgility\CoreWorkerService\Agility.Server.Core.WorkerService.exe.config and \TotalAgility\CoreWorkerService\Agility.Server.StreamingService.exe.config ) are missing the message size quota property:
Update the binding entries to have the extra elements and entries shown below: