Hi,
I am trying to use SQL Server Integration Services with the oData Connection Manager to connect to Dynamics CRM. When authenticating, I am picking up the following 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. (System.Xml)
Is there a work around (on the client side) to avoid the DTD error without writing C# code?
Thanks and regards
Steve