【发布时间】:2008-09-18 23:52:58
【问题描述】:
运行报告服务报告时出现以下错误。
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: XmlException
Exception message: For security reasons DTD is prohibited in this XML document. To enable DTD processing set the ProhibitDtd property on XmlReaderSettings to false and pass the settings into XmlReader.Create method.
我选择一个报告,输入参数(参数看起来乱七八糟)然后按查看报告。然后在底部显示消息“出于安全原因,此 XML 文档中禁止 DTD。要启用 DTD 处理,请在 XmlReaderSettings 上设置 ProhibitDtd 属性 ...”。
我该如何解决这个问题?
【问题讨论】:
标签: sql-server-2005 reporting service