SharePoint Client Object Model Assembly Distribution
-
Wednesday, March 21, 2012 4:58 PM
I would like to know if it is illegal (against MS licensing agreement) to:
- Copy the Microsoft.SharePoint.Client and Microsoft.SharePoint.Client.Runtime assemblies from a SPF 2010 server to TFS source control.
- Add a reference from the source control path to my application.
- Deploy the application with those assemblies to clients machine, instead of installing the Redistributable on every client machine?
Or,
Do I have to download and install the SharePoint Client Object Model Redistributable on every client machine?
The reason I am asking this question is become I came up on a statement in the link above.
After I distribute my solution along with the assemblies to client machines, I know that my custom solution will work on the client machines. But I would like to know for legal purposes, do I have to also install the SP Client OM Redistributable on each client machine?The assemblies for the .NET version must be included when you distribute solutions that target them. SharePoint client assemblies obtained in other ways cannot be legally redistributed.
- Edited by Hossein Aarabi Wednesday, March 21, 2012 6:22 PM
- Edited by Hossein Aarabi Wednesday, March 21, 2012 9:23 PM
All Replies
-
Friday, March 23, 2012 9:58 AMModerator
-
Thursday, April 12, 2012 12:09 AMDon't know much about the licensing portion, but packaging these dlls will make your solution to work, don't think you need to install it on each client machine.
-
Friday, July 06, 2012 8:15 PM

