Hi
I have hosted an ADX portal demo version in azure - when I try to configure it to point at a CRM Online instance (with a few custom entities) I get the following error message
- The Organization Service URL is invalid. Metadata contains a reference that cannot be resolved: 'hs2portalpoc.crm4.dynamics.com/.../Organization.svc'. There is an error in XML document (1, 1298). The maximum nametable character count quota (16384) has been exceeded while reading XML data. The nametable is a data structure used to store strings encountered during XML processing - long XML documents with non-repeating element names, attribute names and attribute values may trigger this quota. This quota may be increased by changing the MaxNameTableCharCount property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 1, position 1298.
It looks like the downloaded wsdl document is now too big but I can't see anywhere in the ADX code where I can increase the maximum value - any ideas ?
*This post is locked for comments