I have a problem with loading an XML file by:
XDocument.Load("file.xml");
Here are some of the errors:
error CS1056: Unexpected character '®'
error CS1056: Unexpected character '™'
error CS1056: Unexpected character '、'
error CS0116: A namespace cannot directly contain members such as fields or methods
error CS1003: Syntax error, ']' expected
error CS1518: Expected class, delegate, enum, interface, or struct
So I wanted to ask if there is any way to fix this easily?