SharePoint 2007 – “Value does not fall within the expected range” when updating an SPListItem in a Search

A very common error message that appears when developing in the SharePoint platform is “Value does not all within the expected range” when trying to update an SPListItem that is the result of a query to a SharePoint list. Let’s look at the following example: class SearchListItem { /// <summary> /// Search document by title … Continue reading SharePoint 2007 – “Value does not fall within the expected range” when updating an SPListItem in a Search