This is part 2 on how to brand your SharePoint Solution. If you haven’t read my part 1, please do so here. Often than not, you would […]
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 […]
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 […]
Visual Studio 2012 does not have SharePoint 2013 template
Funny thing occurred when i try to open Visual Studio 2012 and there is no Project Template for SharePoint 2013. If you are having the […]
Compilation Error CS1061 ‘x.dll’ does not contain a definition for ‘Web’
Faced this problem when trying to run my web application. No error thrown in the Design view and no warning generated. However, hitting F5 gives […]