|
To fix up the display isues just change the page tag on the two aspx pages in the LAYOUTS\AccessChecker folder to use v4.master :
<% @ Page language="C#" MasterPageFile="~/_layouts/v4.master" Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage,Microsoft.SharePoint,Version=12.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" %> and remove the SPWebPartManager from each of the aspx pages as well. With these changes, its working great in 2010!
|