Microsoft PlayGround

A Playground for Microsoft Technologies

Entries Tagged ‘Error’

SharePoint 2010 Custom Errors

About a year ago I wrote a article on deactivating the custom errors off SharePoint 2007. That had to be done in the following manner: Step 1: Change <SafeMode MaxControls="200" CallStack="false" > to <SafeMode MaxControls="200" CallStack="true" > Step 2: <customErrors mode="Off"/> If you do this on a SharePoint 2010 installation you will still get the [...]

This Page has been modified since you opened it. You must open the page again.

In one of our development environments we came across a very annoying error in SharePoint, when we were using a custom site definition: “This Page has been modified since you opened it. You must open the page again.” This error was getting very annoying because we came across it on a lot of site, and [...]