c# - SystemCore_EnumerableDebugView dll -


not sure assembly need add,as showing systemcore_enumerabledebugview missing. have added assembly system.core dll still showing error need add refrence.

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]; 

please advice, thanks


Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -