SharePoint Client Object Model
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-11-17 03:27 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-01-18 03:21 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-02-19 03:31 AM
Can you share the code of SharePoint Client Object Model
