I want to test drive Microsoft.SharePoint.Client API. http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.aspx
How can I get Microsoft.SharePoint.Client.dll?
The 'SharePoint 2010 Reference: Software Development Kit' has samples. http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=f0c9daf3-4c54-45ed-9bde-7b4d83a8f26f
Is there an SDK that has the dll?
What is SharePoint Online client components SDK? The SharePoint Online Client Components SDK provides the tools necessary to develop applications that interact with SharePoint Online. It includes libraries for accessing SharePoint data and functionality and extensive documentation on how to use these libraries.
Download and install SharePoint Online Client Components SDK from https://www.microsoft.com/en-us/download/details.aspx?id=42038. Once installed, It creates assembly (DLL) files in 16 hive on your computer at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\ISAPI\.
As you have SharePoint installed on the development machine (you must), hit Browse... on the Add reference dialog, and you can find the DLL from C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\ISAPI .
To connect to SharePoint Online, we will require SharePoint Client Object Model (CSOM) SDK.
This blog annouces a 466K redist.
http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2010/11/18/sharepoint-client-object-model-redistributable-released.aspx
The 'SharePoint Foundation 2010 Client Object Model Redistributable' is here.
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=b4579045-b183-4ed4-bf61-dc2f0deabe47
contains
Microsoft.SharePoint.Client.Runtime.dll
Microsoft.SharePoint.Client.Silverlight.Runtime.dll
Microsoft.SharePoint.Client.Silverlight.dll
Microsoft.SharePoint.Client.dll
For me these files lived in:
C:\Program Files\Common Files\Microsoft Shared\SharePoint Client
Microsoft.SharePoint.Client.dll
Microsoft.SharePoint.Client.Runtime.dll
Microsoft.SharePoint.Client.Silverlight.dll
Microsoft.SharePoint.Client.Silverlight.Runtime.dll
other have reported them being in: %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\ISAPI
which did not exist for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With