Showing posts with label SPDisposeCheck. Show all posts
Showing posts with label SPDisposeCheck. Show all posts

Wednesday, March 26, 2014

SPDisposeCheck xsl for viewing xml output

XML Structure we get after running SPDisposeCheck command line:






After applying XSL:




How to get this:

SPDisposeCheck codes (Problem ID) table

ID
Pattern
SPDisposeCheckID_000
Unknown
SPDisposeCheckID_100
SPDisposeCheckID_110
SPDisposeCheckID_120
SPDisposeCheckID_130
SPDisposeCheckID_140


Run SPDisposeCheck command line SharePoint

1. Run cmd as administrator
2. Navigate to SPDisposeCheck install path i.e. "C:\Program Files (x86)\Microsoft\SharePoint Dispose Check"
3. Run this single command for XML Output i.e.

SPDisposeCheck.exe “C:\FolderPath\Solution.dll” -xml “C:\FolderPath\output.xml“




You can find xml file at specified path.

SharePoint document metadata not updating

I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...