0

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?

chamara
  • 12,649
  • 32
  • 134
  • 210

2 Answers2

0

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

  • Note that [link-only answers](http://meta.stackoverflow.com/tags/link-only-answers/info) are discouraged, SO answers should be the end-point of a search for a solution (vs. yet another stopover of references, which tend to get stale over time). Please consider adding a stand-alone synopsis here, keeping the link as a reference. – kleopatra Oct 05 '13 at 13:32
  • Totally agree with you. But the link i posted is to download the MSI and not a blog which answers the question. Anyways, I have updated my answer to clarify the fact. – Vardhaman Deshpande Oct 05 '13 at 13:35
0

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!

Maarten Docter
  • 1,029
  • 1
  • 13
  • 31