Reporting Services レポートを実行すると、次のエラーが発生します。
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 プロパティを設定してください ...」というメッセージが表示されます。
これを修正するにはどうすればよいですか?