SharePoint Code Check (SPCop) which is the free SharePoint code analysis component of SharePoint Code Analysis Framework (SPCAF) was released in the first week of October 2013. I had a quick test-drive and this is what I found.. Historically...
I recently evaluated SharePoint Code Check (SPCop) and I quickly came across a problem whereby I was unable to run SharePoint Code Checks on certain projects. The problem was that SPCop would initiate the build but then, before the code analysis started,...
I recently came across a problem whereby an exception is thrown when Update() is called on a SharePoint 2010 content type. Let me explain the scenario… there are two ways to retrieve content types, those are: 1- SPWeb.ContentTypes which gets the...
I recently upgraded a SharePoint 2010 custom solution to SharePoint 2013. One of the issues I came across was that on certain custom pages the images no longer displayed correctly. Instead of displaying an image, the page or control would be blank or...
Today I had to troubleshoot SharePoint site provisioning code which misbehaved on a particular server. It is always fun if code works well on a dozen SharePoint farms and then fails on one farm. The code is a really simple C# console app which reads...
This blog post is relevant to the following common search error: Property doesn't exist or is used in a manner inconsistent with schema settings. If you develop a custom SharePoint 2010 solution which consumes the FullTextSqlQuery class chances are...