を視覚化するのに問題がhttp://servername/SearchCenter/
あります。次のメッセージが表示されます。
Microsoft.SharePoint.SPException: the object specified does not belong to a list
スタックトレースを表示しています:
[SPException: the object specified does not belong to a list.]
Microsoft.SharePoint.SPWeb.GetItem(String strUrl, Boolean bFile, Boolean cacheRowsetAndId) +578
.
.
.
そして、私がログインしているときにのみこの例外をスローしています。私はすでにプロジェクトを完了しています.誰かがマスターページの問題である可能性があると私に言いました.
sharepoint デザイナーでサブサイトを開くたびにSearchCenter
、ページSearchCenter/Pages/Default.aspx
がルート ソリューションにリダイレクトされ、_catalogs/Pages/searchmain.aspx
のコードにsearchmain.aspx
はヘッダーがあります。
<%@ Page language="C#" Inherits="Microsoft.SharePoint.Publishing.PublishingLayoutPage,Microsoft.SharePoint.Publishing,Version=12.0.0.0,Culture=neutral"
meta:progid="SharePoint.WebPartPage.Document" %>
<%@ Register Tagprefix="SharePoint" 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="OSRVWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="SPSWC" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="SEARCHWC" Namespace="Microsoft.Office.Server.Search.WebControls" Assembly="Microsoft.Office.Server.Search, 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" %>
を作成すると同じエラーが発生し、subsite
[作成] をクリックすると、次のように出力されます。
The object specified does not belong to a list. at Microsoft.SharePoint.SPWeb.GetItem(String strUrl, Boolean bFile, Boolean cacheRowsetAndId)
at Microsoft.SharePoint.SPFile.get_Item()
at Microsoft.SharePoint.Publishing.PublishingWeb.GetPageLayoutCollectionFromStringMustCloseFileWeb(String pageLayoutUrls, Char[] delimiters, SPSite site)
at Microsoft.SharePoint.Publishing.Internal.AreaProvisioner.InitializePublishingWebDefaults()
最初のページにも表示されます。
! The specific object doesn't belong to a list.