我试图在Visual中使用C#处理System.Xml,它将不允许我导入System.Xml。我看了其他关于这个问题的帖子,这通常是因为我把System.XML拼错为System.Xml造成的,我有正确的拼写,所以我不知道是什么引起了我的问题。我在参考资料下查看,没有System.Xml,我使用的是Visual 2013,错误消息是
Error 1 The type or namespace name 'Xml' does not exist我必须下载System.Xm
using System.Xml.Linq;The type or namespace name 'Linq' does not exist in the namespace 'System.xml在解决方案资源管理器中的引用下打开System.Xml引用显示其中没有Linq: - References - System
用于Android的Mo
The type 'XmlNamespaceManager' exists in both 'System.Xml.ReaderWriter, Version=4.1.0.0, (...) and 'System.Xml我试过在XmlNamespaceManager前加上System.Xml,但这并没有什么区别。OutputTypeEx>exe</OutputTypeEx></PropertyGroup>