Further to comments by M.hand - if you get past the (incorrect) instruction to use the one namespace the critical part of this (executing the query),dataSet = client.ExecuteQuery(queryMetadata, ref pagng);firstly, this is commented out. seconly (and what I am assuming the reason behnd it being commented out) is that when uncommented, the type for the metadata is incorrect. the ExecuteQuery (based on Query service, no metadata service) requires a queryMetadata object from the Query Service, *not
↧