cancel
Showing results for 
Search instead for 
Did you mean: 

SharePoint Client Object Model

Mei_YingLim
Level 3
Hi Has anyone managed to successfully use the SharePoint Client Object Model (Microsoft.SharePoint.Client) in Code blocks within Blue Prism? If so, how did you do it? We keep getting the error "Internal : Could not execute code stage because exception thrown by code stage: The signature is incorrect." whenever we call ClientContext.Load(). Thanks!
2 REPLIES 2

PiotrGebski1
Level 2
A bit late, but might help someone:   If you get this error, check your .dll files, probably you got different versions and this is causing problems. Probably importing another System.dll will solve this problem.

NoorulAmeen
Level 3
Can you share the code of SharePoint Client Object Model