2010-04-21 73 views
0

最近我們將prod移到開發環境。我可以像討論板一樣在列表中添加項目。之後,如果我點擊項目進行查看或編輯或批准/拒絕或等等。我正在下面的錯誤。如何解決這個問題。?價值不符合預期範圍,同時訪問共享點列表項

[ArgumentException: Value does not fall within the expected range.] 

Microsoft.SharePoint.SPListItemCollection.GetItemById(的Int32 ID)137個

Microsoft.SharePoint.Publishing.CachedListItem.FetchAllFields()1519個

Microsoft.SharePoint.Publishing.CachedListItem.GetFieldContents (字符串索引,布爾refetchIfFieldNotFound)114

Microsoft.SharePoint.Publishing.CachedListItem.get_Item(字符串指數)38

Microsoft.SharePoint.Publishing.WebControls.ConsoleContext.get_CurrentItemCheckoutOwnerId()185

Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource.retrieveItemVersion()157

Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource。的OnLoad(EventArgs的)64

Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource.OnLoad(EventArgs的)190

Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource.ForceInitLoad(EventArgs的)53

Microsoft.SharePoint.Publishing.WebControls.PublishingSiteActionsMenuCustomizer.OnLoad(EventArgs的)200

System.Web.UI.Control.LoadRecursive()50

System.Web.UI.Control。 LoadRecursive()141

System.Web.UI.Control.LoadRecursive()141

System.Web.UI.Control.LoadRecursive()141

System.Web.UI.Cont rol.LoadRecursive()141

System.Web.UI.Control.LoadRecursive()141

System.Web.UI.Control.LoadRecursive()141

的System.Web.UI .Control.LoadRecursive()141

System.Web.UI.Control.LoadRecursive()141

System.Web.UI.Page.ProcessRequestMain(布爾includeStagesBeforeAsyncPoint,布爾includeStagesAfterAsyncPoint)627

回答

相關問題