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

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -