I am getting an error from calling a WCF service.
The service runs without error, but the following (german) error is displayed in VisualCron:
Exception in Task: Ein Aufrufziel hat einen Ausnahmefehler verursacht. Fehler beim Deserialisieren des Textkörpers der Antwortnachricht für Vorgang "YourService". Die maximale Länge für Zeichenfolgeninhalt (8192) wurde beim Lesen von XML-Daten überschritten. Dieses Kontingent kann durch Ändern der "MaxStringContentLength"-Eigenschaft des beim Erstellen des XML-Lesers verwendeten "XmlDictionaryReaderQuotas"-Objekts erhöht werden. Zeile 106, Position 91.
I suspect that the (with no error running and essentially being correct) response from the server is more than 8192 letters long.
The client is in this case VisualCron, but there I cannot change the settings like described here:
http://nirajrules.wordpr...ssion-using-gzipencoder/ Am I right and this is a "bug" in VisualCron or is there another problem?