2023-03-31, 04:17 AM
When I use the “nexttool.exe --debug \\NUS2000\Media2\RECORDINGS” command line the command trace references xml documents with unexpected content. For example:
System.InvalidOperationException: There is an error in XML document (2, 2).
---> System.InvalidOperationException: <recordings xmlns=''> was not expected.
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderRecording.Read6_recording()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
at NextTool.MetaXML..ctor(String filename, Nullable`1 filesize)
The NextTool.txt that is generated shows the exact same information. How can I determine what xml document haqs the unexpected content?
Thank you.
System.InvalidOperationException: There is an error in XML document (2, 2).
---> System.InvalidOperationException: <recordings xmlns=''> was not expected.
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderRecording.Read6_recording()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
at NextTool.MetaXML..ctor(String filename, Nullable`1 filesize)
The NextTool.txt that is generated shows the exact same information. How can I determine what xml document haqs the unexpected content?
Thank you.