xslt - SharePoint 2013 web part errors after running patch -


this isn't question, possible solution people tearing hair out on notorious , mysterious dataview web part error "web part cannot displayed... correlation id blah blah blah...".

in our case, fought hard use xslt-customized data view web parts display list data on our sp publishing web. working great (and consistently) after fixing many "list not found" errors , like. ran microsoft patch on server, find of our data view web parts broke in process. side note: site load balanced, infrastructure team ran patch on 1 of servers. bad! after getting microsoft on phone, following solution fixed problem:

we instructed following parameters in our dataview web part , delete them:

<asp:parameter name="startrowindex" defaultvalue="0"/> <asp:parameter name="nextpagedata" defaultvalue="0"/> <asp:parameter name="maximumrows" defaultvalue="1000"/> 

the ms rep told patch added parameters our web parts. not sure believe that, i've seen them before. removing them did in fact fix issue.

hoping helps comes work find web parts broken.


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -