Hi,
Can I add links webpart to a master page and refer the same master page in the subsites also. I have added a Content Place Holder to a master page and within it i've directly placed the Links Web Part.
On doing so the webpart is visible without any errors within the main site. I've set the custom master page of the main site as the default master page and the custom master page. So whenever i am browsing the subsites it is giving the following error:
List does not exist
The page you selected contains a list that does not exist. It may have been deleted by another user.
Stack Trace:
[COMException (0x81020026): List does not exist
The page you selected contains a list that does not exist. It may have been deleted by another user.]
Microsoft.SharePoint.Library.SPRequestInternalClass.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount) +0
Microsoft.SharePoint.Library.SPRequest.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount) +169
[SPException: List does not exist
The page you selected contains a list that does not exist. It may have been deleted by another user.]
Microsoft.SharePoint.Library.SPRequest.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount) +210
Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName) +1436
Microsoft.SharePoint.SPListCollection.ItemByInternalName(Guid webId, String listName) +60
Microsoft.SharePoint.WebPartPages.ListViewWebPart.EnsureList() +182
Microsoft.SharePoint.WebPartPages.ListViewWebPart.EnsureListAndView(Boolean requireFullBlownViewSchema) +154
Microsoft.SharePoint.WebPartPages.ListViewWebPart.get_ViewSchemaXml() +46
Microsoft.SharePoint.WebPartPages.ListViewWebPart.EnsureData(Int32 token) +213
Microsoft.SharePoint.WebPartPages.SharePointDataProvider.Execute() +254
Microsoft.SharePoint.WebPartPages.SPWebPartManager.ActivateV2ConnectionsAndSharePointDataFetch() +139
Microsoft.SharePoint.WebPartPages.SPWebPartManager.ActivateConnections() +85
System.Web.UI.WebControls.WebParts.WebPartManager.OnPageLoadComplete(Object sender, EventArgs e) +52
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Page.OnLoadComplete(EventArgs e) +2010376
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1209
|
Please help me to solve this error.
Thanks in Advance. |