次の方法で XML ファイルをロードする際に問題があります。
XDocument.Load("file.xml");
エラーの一部を次に示します。
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
それで、これを簡単に修正する方法があるかどうか尋ねたかったのですか?