我想试驾一下Microsoft.SharePoint.Client API。http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.aspx
如何获取Microsoft.SharePoint.Client.dll?
“SharePoint 2010参考:软件开发工具包”提供了示例。http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=f0c9daf3-4c54-45ed-9bde-7b4d83a8f26f
有没有带dll的SDK?
发布于 2011-02-11 03:38:21
这个博客宣布了一个466K的redist。
http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2010/11/18/sharepoint-client-object-model-redistributable-released.aspx
“SharePoint Foundation2010客户端对象模型可再发行版”在这里。
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=b4579045-b183-4ed4-bf61-dc2f0deabe47
包含
Microsoft.SharePoint.Client.Runtime.dll
Microsoft.SharePoint.Client.Silverlight.Runtime.dll
Microsoft.SharePoint.Client.Silverlight.dll
Microsoft.SharePoint.Client.dll
发布于 2012-11-26 23:03:40
对我来说,这些文件位于:
SharePoint C:\Program Files\Common Files\ Shared\SharePoint Client
Microsoft.SharePoint.Client.dll
Microsoft.SharePoint.Client.Runtime.dll
Microsoft.SharePoint.Client.Silverlight.dll
Microsoft.SharePoint.Client.Silverlight.Runtime.dll其他用户报告它们位于:ISAPI%ProgramFiles%\Common Files\Microsoft \web server extensions\14\
对我来说是不存在的。
发布于 2016-09-06 14:27:49
SharePoint服务器(所在系统)的路径:**
C:\Program Files\Common Files\Microsoft Shared\SharePoint Client
**您可以从下面的链接下载:
https://github.com/OfficeDev/PnP-Sites-Core/tree/master/Assemblies/15
Nuget包:
https://www.nuget.org/packages/Microsoft.SharePoint.Client.dll/
干杯
https://stackoverflow.com/questions/4961622
复制相似问题