0
votes

I need to perform a Sharepoint 2013 client object model authentication.

http://vrdmn.blogspot.com.au/2013/01/authenticating-net-client-object-model.html

I'm using a shared hosting service (http://www.arvixe.com/) where the Sharepoint client assemblies are not installed.

how can i deploy the relevant client assemblies to the bin directory?

2
Are you sure that the hoster uses SP2013, and not SP2010?Vesper
what SP did you mean? they said that they don't have Sharepoint assemblies.chamara

2 Answers

0
votes

You can get a redistributable which you can install on the hosted machine:

Just download the MSI from this link: http://www.microsoft.com/en-in/download/details.aspx?id=35585

0
votes

If you can't deploy the Client DLL's, but only your own dll, you'll have to merge the client dll's into your own dll. You can do this by using a tool called ilmerge.exe.
Hope this helps!