fall back to a obsolete property since several monos in use (include our own) do not suporte the proper .net4.0 one

This commit is contained in:
UbitUmarov
2018-01-08 12:00:21 +00:00
parent 89a690c11f
commit eec3921800
21 changed files with 26 additions and 22 deletions

View File

@@ -57,7 +57,7 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
using(XmlTextReader reader = new XmlTextReader(fileName))
{
reader.WhitespaceHandling = WhitespaceHandling.None;
reader.DtdProcessing = DtdProcessing.Prohibit;
reader.ProhibitDtd = true;
reader.XmlResolver = null;
doc.Load(reader);