X文档不存在

发布于 2024-12-28 18:58:40 字数 200 浏览 0 评论 0原文

我正在使用两者

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黑白记忆 2025-01-04 18:58:40

您需要引用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文