SystemCore_EnumerableDebugView dll

时间:2016-06-28 10:33:44

标签: c# asp.net-mvc linq asp.net-mvc-4 dll

我不确定我需要添加哪个程序集,因为它显示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];

请告知,谢谢

0 个答案:

没有答案