0

I have create a sharepoint hosted app. On the default.aspx page I have added a webpart. The code is as follows.

<WebPartPages:WebPartZone ID=”QuickItems67″ runat=”server” FrameType=”None” class=”row”>
<WebPartPages:XsltListViewWebPart ID=”XsltListViewWebPart”
runat=”server” ListUrl=”Lists/QuickItems” IsIncluded=”True”
NoDefaultStyle=”TRUE” Title=”Admin Configurations”
PageType=”PAGE_NORMALVIEW” Default=”False”
ViewContentTypeId=”0x”>
</WebPartPages:XsltListViewWebPart>
</WebPartPages:WebPartZone>

Quick items list is promoted links list. When I deploy the app I get following error on the page.

Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.

Correlation ID:238ffd9c-7eb8-901d-33a1-bf6ff3d535a9

What can be the issue?

(Visited 24 times, 1 visits today)
Add a Comment