Recreate page layout botched while migrating from SP 2007 to 2010?

jimmyleem

New Member
On a site that was recently migrated from SP 2007 to 2010 (no Visual Upgrade), the default page layout appears "off." I don't think it's attached to the master page, and the option to attach a master page is grayed out in the site ribbon. The culprit could also be an asp:Content reference used in the page layout that's not in the master page, but my search thus far hasn't turned up anything on this front. What I'm wondering is...can I try recreating this page layout and then try attaching the master page? How can I check which master page is attached if those options are grayed out in the site ribbon? Here's the top code, taken from the top of the page layout. Strangely, I've checked some other page layouts that aren't having a problem and I didn't see any code that was inconsistent, but I'm including this nonetheless...\[code\]<%@ Page language="C#" Inherits="Microsoft.SharePoint.Publishing.PublishingLayoutPage,Microsoft.SharePoint.Publishing,Version=12.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" meta:progid="SharePoint.WebPartPage.Document" %><%@ Register Tagprefix="SharePointWebControls" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %><%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %><%@ Register Tagprefix="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %><%@ Register Tagprefix="PublishingNavigation" Namespace="Microsoft.SharePoint.Publishing.Navigation" Assembly="Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>\[/code\]
 
Back
Top