Category: .NET
-

SharePoint Custom Solution Crashes IIS Worker Process (w3wp.exe) – Part 2
In Part 1 of this series, I discussed an issue we were having in one of our SharePoint 2013 farms and how I determined the issue was occurring because of a set of event receivers acting on the library. In this post, I will discuss the code being used and what the final result was…
-

Stop Looping through Sites and Lists in SharePoint There are Better Ways
I recently received a request at my client site to review a custom built feature that was no longer responding\functioning properly within our SharePoint environment. The feature was designed to copy selected files from a project site to the team site of the group whom would be taking over daily operations of the project once…
-

SharePoint User\Group columns and People Picker Controls
So recently I had to perform some custom code that would add an entry from a people picker control to a user\group column and back again (on another form). Going from the people picker control to SharePoint is really easy (the code snippet’s below are obviously vb.net. I am trying to keep most of my…