Open vascofernandes opened 2 years ago
Thanks for the details. Can you reproduce this error with specific requests? Would you be able to capture a Fiddler trace of the request & response so I can see the best way of fixing this?
I had this issue and found it was due to the service returning an HTML error page, containing a DTD in the first line.
I just reproduced this error accidentally. When I specified the On Prem URL I had just the server name, not the "XRMServices/2011/Organization.svc" path. Once I corrected this it was fine.
Hi,
Thanks for the cool library.
Sometimes I get the following error message:
"For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method. "
With this stack trace:
Could this https://stackoverflow.com/a/28459398 be relevant?
Regards