Please tell me what this silverlight warning message means.
Warning 1 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.
Athono
Member
83 Points
93 Posts
Please tell me what this silverlight warning message means.
Aug 22, 2011 09:11 AM | LINK
Please tell me what this silverlight warning message means.
Warning 1 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.
What do I do to fix this issue?
Jerry Weng -...
All-Star
18970 Points
2805 Posts
Microsoft
Re: Please tell me what this silverlight warning message means.
Aug 24, 2011 03:59 AM | LINK
Hi,
Please read these similar threads:
http://www.eggheadcafe.com/software/aspnet/33921923/for-security-reasons-dtd-is-prohibited-in-this-xml-document.aspx
It's better for you to post your codes where you see the waring.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework