I am trying to upload an XML file and am getting the "MaxCharacterFromEntitiesError"- I then set the number to 1024 but error still persists - what am I missing?
Screenshot below showing the "MaxCharacterFromEntitiesError" followed by "Root Element Missing" :-
Root Element Missing Error:-
Have followed links below but to no avail:-
DTD prohibited in xml document exception
XmlException: The input document has exceeded a limit set by MaxCharactersFromEntities
Have added the xml file in VS as suggested but it Parses fine and no errors are shown.
Have changed the MaxCharacterFromEntities with different values (0, 1024, 9999999999) but same "Root Element Missing" error persists...
Thanks