SharePoint Client Object Model Redistributable Released
Microsoft has released theSharePoint Foundation 2010 Client Object Model Redistributable. The assemblies for the .NET and Silverlight versions of the SharePoint client object model are included.
Microsoft.SharePoint.Client.dll
Microsoft.SharePoint.Client.Runtime.dll
Microsoft.SharePoint.Client.Silverlight.dll
Microsoft.SharePoint.Client.Silverlight.Runtime.dll
The installer deploys these to the C:\Program Files\Common Files\Microsoft Shared\SharePoint Client folder of the development computer. (There are versions for 64-bit and x86 client computers.) In addition, resource assemblies are deployed to a subfolder named with the culture ID.
The redistributable package must be installed on any client machine where your .NET client application is installed. You can either give users instructions on where to obtain it or you can include the redistributable in your installation package. This insures that the redistributable can participate in Windows Update and that each client computer has a legal copy of the assemblies. Some installation technologies enable you to call the redistributable's MSI file so the installation of the SharePoint .NET client assemblies and your application is seamless. SharePoint client assemblies obtained in other ways cannot be legally redistributed.
You may distribute the assemblies for the Silverlight version along with a solution that targets them. They can be encased inside the Silverlight xap file. Alternatively, your solution can reference the Microsoft.SharePoint.Client.xap located on every SharePoint server in the SharePoint root: ...14\TEMPLATE\LAYOUTS\ClientBin folder. It is also possible to cache the Silverlight assemblies. They are located in that same folder.
Note that the third version of the SharePoint client object model, the JavaScript/JScript version, is defined in *.js files. These, of course, are downloaded to client computer when a SharePoint page that references them is opened. The default SharePoint master page references these files. Unless your solution includes a custom master page, you do not need to reference them in your own custom pages.
Comments
Anonymous
December 16, 2010
Very good post,Got a very clear idea in SP2010. Thanks for doing this service. The way you explained is very wonderful.. godwinsblog.cdtech.in/.../sharepoint-2010-root-of-certificate.htmlAnonymous
June 13, 2011
This seems extremely useful as a developer´s starting point, by simplifying and giving new perspectives for the creation of remote client SharePoint applications without having to install SP Foundation 2010 or SP 2010 server locally. Thank you!Anonymous
July 04, 2012
This article is very useful Thanks for sharing. I have been article share for everybody about topic sharepoint2010template.com/.../GuideAnonymous
May 16, 2013
very useful, specially to quickstart learning SharePointAnonymous
May 16, 2013
Download SharePoint Foundation 2010 Client Object Model Redistributable www.microsoft.com/.../details.aspxAnonymous
June 27, 2014
Hello, I am trying to use Field.EnforceUniqueValues property in Sharepoint.Client but it throws an Exception as the Column must be indexed. I checked with the API, but there is no method I could find to Index the title column of the list using Sharepoint.Client. Any information regarding that will be very helpful. Thanks in Advance