Advanced Forum Search Results
-
Hi
I am getting error 'object reference not set to an instance of an object' when using following code to retrieve data from SharePoint list
Xnamespace ns = "#RowsetSchema";
var query = from x in e.Result.Descendants()
where x.Name == ns + "row"
select ...