在.net framework 2 中使用linq to xml

左丘成天
2023-12-01


http://blog.csdn.net/sgear/article/details/6536138
http://sdt.sumida.com.cn:8080/cs/blogs/wego/archive/2008/05/14/dot-net-2-0-3-5-linq.aspx
http://weblogs.asp.net/fmarguerie/archive/2007/09/05/linq-support-on-net-2-0.aspx


1) 前提是开发者机器要装有Framework 3.5,

C:/Program Files/Reference Assemblies/Microsoft/Framework/v3.5

引入Reference : System.Core

2)

然后请把Specific Version设置成False,Copy Local设置成True,可以发现,原先的黄色的感叹号不见了,说明引用成功。

3)引用linq to xml

C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.Linq.dll

 类似资料: