Forum Discussion
SharePoint 2016 on-premise document download exception
Hi There,
We are currently a problem when downloading the documents on all Document Shared Library for our entire SharePoint site saying:
[MissingMethodException: Method not found: 'Void Microsoft.SharePoint.SPFile.WriteFileActivityLog(Microsoft.SharePoint.SPFile, System.String, System.String, System.String, System.String, System.Guid, System.Guid)'.]
Microsoft.SharePoint.ApplicationPages.Download.WriteFileInternal(String sourceUrl, SPFile file) +0
Microsoft.SharePoint.ApplicationPages.Download.OnLoad(EventArgs e) +582
System.Web.UI.Control.LoadRecursive() +68
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4498
Exception Details: System.MissingMethodException: Method not found: 'Void Microsoft.SharePoint.SPFile.WriteFileActivityLog(Microsoft.SharePoint.SPFile, System.String, System.String, System.String, System.String, System.Guid, System.Guid)'.
Need some help on someone have similar experience or maybe a solution to our existing issues is very much appreciated
Apps
1 Reply
- Run Install-SPApplicationContent. This is typically caused by not using the correct, complete switches for psconfig.
https://blogs.technet.microsoft.com/stefan_gossner/2015/08/20/why-i-prefer-psconfigui-exe-over-psconfig-exe/