【发布时间】:2011-02-25 15:50:26
【问题描述】:
我正在尝试学习这个关于 WP7 开发的教程:http://mobile.tutsplus.com/tutorials/windows/introduction-to-windows-mobile-7-development/
它正在谈论使用 XElements,它需要 System.Xml.Linq 库,但我找不到将其添加到项目引用中的方法。当我去添加引用时,.NET 列表是空的,它说它被过滤到 Windows Phone 7。
本教程可能已过时。该库甚至可用于 WP7 吗?在平台上读取 XML 有不同的方式吗?
我怎样才能让它工作?
编辑:
这里描述了同样的问题:
http://forums.netduino.com/index.php?/topic/1127-add-reference-net-tab-empty/
建议的修复方法对我不起作用。
编辑:
显然这是 Silverlight 4 工具中的一个错误: https://connect.microsoft.com/VisualStudio/feedback/details/529718/empty-net-tab-when-adding-a-reference
【问题讨论】:
标签: c# windows-phone-7 reference