Check out a very helpful list of SharePoint blogs to help new and experienced developers, business users get up to speed.
...
4
SharePoint Code Check (SPCop) first impressions
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...
4
Why Microsoft.Office.Server.Search.dll prevented me from using SPCop to analyse code.
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,...
0
Solved: “The collection cannot be modified” error on Content Type Update.
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...
3
Solved: SharePoint 2013 Fails to render images after upgrade
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...
9
Solved: The web being updated was changed by an external process.
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...
3
Take Control: Programmatically verify SharePoint Managed Properties
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...
Subscribe to:
Posts (Atom)