我不确定我需要添加哪个程序集,因为它显示SystemCore_EnumerableDebugView
缺少但我添加了程序集System.Core
dll。但是,它仍然显示我需要添加一些参考的错误。
List<clsDownloadAttachments> objlst = new List<clsDownloadAttachments>();
objlst = (List<clsDownloadAttachments>)Session["datsetRsult"];
var result = objlst.Where(p => p.mmid.ToString().Contains(mmidpk)).Select(p =>p.Filenames.ToString());
var rst = (new System.Linq.SystemCore_EnumerableDebugView<string>(result)).Items[0];
请告知,谢谢