Yet another error that I’ve encountered when customizing ToolPart (aka EditorPart) for my own SharePoint Web Part. The task is to create a custom tool part with […]
A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.
This is a very common error that SharePoint Developers often face. As stated in the error message, this is due to SafeControl Elements in Web.Config […]
Convert SharePoint 2010 Solution to 2013 – 15 Hive Folder only
Bumped into this problem where I was trying to convert old codes from SharePoint 2010 to SharePoint 2013. One issue that you will encounter is […]
Target Audience in Web Part Property is missing.
Or rather how to prevent Target Audience feature in Web Part from missing. I bumped into this problem where I wanted to set a web […]
SharePoint Custom Solution Branding and Tips – Part 1
Today, I want to talk about some of the good practices when it comes to SharePoint custom code development. More often than not, you would […]