错误 2 “System.Collections.Generic.IEnumerable<TestDAL.HistoryData>”不包含“ToList”的定义,并且找不到可接受类型为“System.Collections.Generic.IEnumerable<TestDAL.HistoryData>”的第一个参数的扩展方法“ToList”(是否缺少 using 指令或程序集引用?) J:\太阳能近期\政府小区即时通信\testXML\TestDAL\Program.cs 101 74 TestDAL
这个错误是因为没有“using System.Linq;”,导则IEnumerable不能使用拓展方法“ToList”。