asktoby

Untitled

Apr 15th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. System.Xml.XmlException: The 'meta' start tag on line 1 position 347 does not match the end tag of 'head'. Line 1, position 499.
  2. at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  3. at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
  4. at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
  5. at System.Xml.XmlTextReaderImpl.ParseEndElement()
  6. at System.Xml.XmlTextReaderImpl.ParseElementContent()
  7. at System.Xml.XmlTextReaderImpl.Read()
  8. at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
  9. at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
  10. at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
  11. at System.Xml.XmlDocument.Load(XmlReader reader)
  12. at System.Xml.XmlDocument.LoadXml(String xml)
  13. at Updater.Form1.UpdateAsync()
  14. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  15. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  16. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  17. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  18. at System.Threading.ThreadHelper.ThreadStart()
Add Comment
Please, Sign In to add comment