vb.net - Skip is not a member of System.Data.EnumerableRowCollection(of System.Data.DataRow) -


i working on jqgrid paging , working ok when working in separate application. moved existing project , keep getting error.

and if try , add reference system.data.datasetextensions says doesn't contain public member or cannot found.

enter image description here

this works me in project, table datatable, , code builds fine.

table.asenumerable().skip(5).take(5) 

are missing necessary import statements , dll references reason? dtwordata datatable object directly, right? seems yes, because popup lists enumerablerowcollection, example shows when mouse on in visual studio.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -