When you need to convert an application page from SharePoint 2010 to SharePoint 2007, these are the steps that need to be done:
- Change the “SharePoint.WebControls” and the “SharePoint.Utilities” assemblies version numbers from “14.0.0.0” to “12.0.0.0”;
- Remove the “Microsoft.Web.CommandUI” assembly line:
- Change the “DynamicMasterPageFile” attribute name to “MasterPageFile”, and replace the value with the following:
The result should be something like this:
|
|