Hi ,
i am facing below issue.
I am using below code in SP 2010 and it is working fine but the same code is not working in SP 2013.
Below is code i am using
<WebPartPages:XsltListViewWebPart runat="server" IsIncluded="True" GhostedXslLink="main.xsl" FrameType="None" SuppressWebPartChrome="True" NoDefaultStyle="TRUE" ViewFlag="8" Title="testBenLib" PageType="PAGE_NORMALVIEW" ListUrl="/testBenLib" Default="FALSE" DisplayName="TestLib" WebPart="true" Height="" Width="">
</WebPartPages:XsltListViewWebPart>
Thanks,
Dinesh