无法在 Silverlight 中使用 XDocument?

发布于 2024-09-14 17:33:11 字数 156 浏览 2 评论 0原文

我正在创建一个 Windows Phone 7 应用程序,该应用程序将使用公开的 Web 服务。现在,我想加载一个虚拟 xml 文件并从中解析信息。

我习惯于使用 XDocument 来做这样的事情,但似乎我无法在代码中输入 using 命名空间。

还有其他想法吗?

I'm creating a Windows Phone 7 application that will consume an exposed webservice. For now, I want to load a dummy xml file and parse information from that.

I'm used to using XDocument for things like this, but it seems I can't type in the using namespace in my code.

Any other ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

将军与妓 2024-09-21 17:33:11

XDocument 类位于 System.Xml.Linq 命名空间中,与 dll 同名。

您是否添加了对 System.Xml.Linq.dll 的引用?

The XDocument class is in the System.Xml.Linq namespace, with dll of the same name.

Have you added a reference to the System.Xml.Linq.dll?

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