Which SDK do I need to start using sharepoint.client.dll?
Asked Answered
F

4

14

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?

Fonda answered 10/2, 2011 at 19:23 Comment(0)
F
21

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

Fonda answered 10/2, 2011 at 19:38 Comment(0)
P
12

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.

Potence answered 26/11, 2012 at 15:3 Comment(2)
For me, the 2010 versions were located in C:\Program Files\Common Files\Microsoft Shared\SharePoint Client and the 2013 versions installed to C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\ISAPIMolybdate
For me, found at: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\ISAPIHulda
B
0

Path in SharePoint server(System where it is installed) : **

C:\Program Files\Common Files\Microsoft Shared\SharePoint Client

** You can download it from below link:

https://github.com/OfficeDev/PnP-Sites-Core/tree/master/Assemblies/15

Nuget Package :

https://www.nuget.org/packages/Microsoft.SharePoint.Client.dll/

Cheers

Berfield answered 6/9, 2016 at 6:27 Comment(1)
Those are for SP 2013, not SP 2010.Sophister
A
0

For SharePoint Server 2013 Client Components SDK kit

Installed at: C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI

Adagio answered 18/10, 2017 at 9:41 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.