Tag Archives: MOSS

SharePoint Get Emails for Users Associated to SPListItem

Challenge On a recent project, I needed a way to build a list of emails for a given SPListItem. Considering most of you just want the code, here it is: Solution public List GetEmailsForUsersAssociated(SPListItem item) { //list for emails [...]
Posted in C#, LINQ, SharePoint | Also tagged , | Leave a comment

One or more field types are not installed properly. Go to the list settings page to delete these fields. SharePoint Error.

Problem Our test team is working hard and we finally had ironed out all the bugs on our development and test server. Unfortunately, upon deploying to our production server we ran into this error: One or more field types are not installed properly. Go to the list settings page to delete these fields. In my research I [...]
Posted in MOSS, SharePoint | Also tagged , | 1 Comment