Office 365 - For security reasons DTD is prohibited in this XML document

前端之家收集整理的这篇文章主要介绍了Office 365 - For security reasons DTD is prohibited in this XML document前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

今天在测试东西的时候发现在本机运行CSOM代码或使用Office 365 PowerShell时,出现了如下错误

Connect-SPOService : 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.

错误很奇葩,而且乍看就不是很常见,在我的VM里是不会出现这个问题的,那么原因基本上锁定在了网络连接上。实际上,是ISP那边出了问题。

从网上搜索到了http://pryankrohilla.blogspot.jp/2014/05/error-resolved-connect-sposervice-for.html这篇文章

那么,这个尴尬的东西怎么办呢,比如我家里是联通的宽带,貌似并没有什么办法。

晚些时候,它自己好了……


原文链接:https://www.f2er.com/xml/294661.html

猜你在找的XML相关文章