X文档不存在
我正在使用两者
using System.Xml;
using System.Linq;
,并且没有 XDocument
对象退出。
并且也没有
using System.Xml.Linq;
任何想法? 谢谢
i'm using both
using System.Xml;
using System.Linq;
and there is not XDocument
Object exits.
and also there is no
using System.Xml.Linq;
any idea?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要引用 System.Xml.Linq,就像在 Visual Studio 中需要的一样。
我认为 Visual Studio 中的 .Net 4.0 项目默认带有该 dll,而 MonoDevelop 则没有。
You need to have a reference to System.Xml.Linq, just like you would need in Visual Studio.
I think .Net 4.0 projects in Visual Studio come with that dll referenced by default, and MonoDevelop doesn't.