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

@@ -63,7 +63,7 @@ namespace OpenSim.Framework.Serialization.External
StringReader sr = new StringReader(serializedSettings);
XmlTextReader xtr = new XmlTextReader(sr);
xtr.DtdProcessing = DtdProcessing.Prohibit;
xtr.ProhibitDtd = true;
xtr.XmlResolver = null;
xtr.ReadStartElement("RegionSettings");