bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
173 stars 48 forks source link

DataView Grid Error #89

Open DeanGross opened 5 years ago

DeanGross commented 5 years ago

SPCB-USCVGNB30101-20190515.log here is the log file showing the errors i got when I clicked on the Change Log tab

bramdejager commented 5 years ago

It seems there is an issue with retrieving changes on List object. It has to do with retrieval of RootFolderUrl property of ChangeList object. This is a bit more complex than I would have hoped. Will look into it.

bramdejager commented 5 years ago

@DeanGross is it the same error as #87?