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
174 stars 48 forks source link

Expanding an List item throws "Client_Title" does not exist #42

Closed bramdejager closed 6 years ago

bramdejager commented 6 years ago

Expanding the items collection on a list throws the error "Client Title" does not exits.

This issue only occurs on SharePoint Client Browser 1.8.0.0

Attachments

Capture.PNG

This work item was migrated from CodePlex

CodePlex work item ID: '65098' Vote count: '1'

bramdejager commented 6 years ago

[BdeJager@25-2-2016] This might have to do with the patch version of the on-premises farm which you are connecting to? The SharePoint Client Browser uses the latest CSOM version which requires the farm to be up-to-date with the CU's (monthly Cumulative Updates).

Can you check the build number of the farm?

bramdejager commented 6 years ago

[rtcardoso@3-3-2016] OK. I guess you are right our farm version is 15.0.4569.1000

bramdejager commented 6 years ago

[BdeJager@17-3-2016] The SPCB is supporting the latests CSOM which is 15.0.4711.1000. This release of the CSOM is bound to the April 2015 CU.

Please check SharePoint Client Components for more information on CSOM versioning.