Hello Everyone, I’m using RQL in a vb.net application to create pages. This works fine for most pages tied to most templates, but when creating a page with one of my templates I receive the following error:
“There was an error deserializing the object of type Create_Teacher_Pages.WebReference.ExecuteStringResponseBody. The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 1, position 9010.” It appears as though the xml that is returned by the server exceeds the string limit of the xml reader. Therefore the xml from the server response is not being returned to me, and an error is thrown. Has anyone else run into this problem? From researching what I can, it appears that this is a setting that needs to be made on the server, or withing the web service. Thanks in advance for the help. -chris Chris Crawford Web Administrator Tupelo Public School District --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
