Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XMLを解析するためのwp7プログラムを実行するために、C#.NETにSystem.Xml.Xpathを含めようとしました。参照System.Xmlを追加しましたが、Xpathが見つかりません。
Windows PhoneにはSystem.Xml.Xpathのサポートはありません。XPathをサポートする外部アセンブリを使用するか、Linq to XMLを使用する必要があります(非常に推奨されます)。