标签:dtd 出现 tin ESS 联网 proc reader doc 错误
读取xml时出现System.Net联网网络错误
XmlReaderSettings xs = new XmlReaderSettings();
xs.XmlResolver = null;
xs.DtdProcessing=DtdProcessing.Ignore;//xs.ProhibitDtd = false;
XmlReader reader = XmlReader.Create(url, xs);
XmlDocument doc = new XmlDocument();
标签:dtd 出现 tin ESS 联网 proc reader doc 错误
原文地址:https://www.cnblogs.com/sinceret/p/12704665.html