Quick tip on how to ensure your custom page layouts show up in the SharePoint 2013 Design Manager
Read MoreWhile debugging some custom SharePoint code (not written by me, mind you) today I ran in to this little gem: Cannot complete this action. Please try again. at Microsoft.SharePoint.Library.SPRequest.MapUrlToListAndView(String bstrUrl, String bstrUrlToMap, Guid& pgListId, Guid& pgViewId) at Microsoft.SharePoint.SPWeb.GetListFromWebPartPageUrl(String pageUrl) at Microsoft.SharePoint.SPWeb.GetListFromUrl(String pageUrl) at MyWebPart.EventCalendars.EventCalendars.GetCalendarUrl(Uri current, Uri referrerUri) at MyWebPart.EventCalendars.EventCalendars.CreateChildControls() Microsoft is a multi-billion dollar company. […]
Read MoreHaving a well defined, repeatable deployment process will ensure uptime for your app and continuity with your team. In this post we’ll discuss a basic deployment process that can be used for most web applications.
Read MoreCreating a status page for your application is one of the easiest ways to ensure that your system will perform as expected.
Read MoreHow, when and why to write comments as a developer.
Read More