Category: Patterns and practices
-
Page Layout not shown in Design Manager
Quick tip on how to ensure your custom page layouts show up in the SharePoint 2013 Design Manager
-
For the love of Pete make your error message meaningful!
While 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. […]
-
A basic deployment process for web apps
Having 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.
-
Why every app should have a status page.
Creating a status page for your application is one of the easiest ways to ensure that your system will perform as expected.
-
Writing meaningful comments and making your team happy.
How, when and why to write comments as a developer.