Having developing SharePoint for so many years, I just got to know that you CANNOT perform CAML Query for Date Range where your ISO Value […]
SharePoint Custom Solution Branding and Tips – Part 2
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 […]
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 […]
Set multiple SQL databases Recovery MODE to Simple
It is always handy to have an automated script to perform task for you. Manual click vis SSMS could be tedious and prone to error. […]
Setting up a Single-box SharePoint 2013 Virtual Machine.
First thing first, below are some files which you would need in order to setup your own SP2013 Environment. VMware Workstation 9 – here SharePoint […]
Unable to connect the Search Services
I’ve already setup the environment correctly base on the Technet guide. The farm topology is 1 WFE, 1APP (which runs the Search Service Instance), 1 […]
NullReferenceException: Object reference not set to an instance of an object – Microsoft.Office.Server.Administration. UserProfileApplicationProxy. get_ApplicationProperties
Had this problem on all my SharePoint 2010 site. [sourcecode] [NullReferenceException: Object reference not set to an instance of an object.] Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties() +134 Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs() +44 […]
Restore-SPFarm stop and hang
Came into this problem when i was trying to restore my sp farm (spfarm) for my sharepoint server Tried the following command: Restore-SPFarm -Directory \\SPServer\Farmbackupfolder […]
Basic SEO Implementations and Guides
SEO optimization is rather manually edited on per-post and per-page basis. Nonetheless, below summarizes some of the things that you may want to follow in […]