Browsing All Posts filed under »SharePoint Online«

CRM 2011 – Could not load file or assembly ‘Microsoft.SharePoint.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’ or one of its dependencies. The system cannot find the file specified.

August 13, 2012

1

continueing with my current project of trying to automatically create Sharepoint folders and copy files into sharepoint. I have now done this with a webservice and a web application.  I was getting this error when I published the web application to the live server, the code was working on my local dev environment. This time […]

CRM 2011 – Transactions and Sharepoint Online

August 9, 2012

1

I have previously blogged about using authentication with sharepoint online and I am at it again. http://crmbusiness.wordpress.com/2012/06/20/crm-2011-authenticating-with-sharepoint-online-2010-from-a-net/ To summarise the blog above you basically have to login to Sharepoint online before you can create the folders and this involves logging on to Office365.  The code checks to see if there any cookies which would have […]

CRM 2011 – Understanding document locations

August 7, 2012

2

I have been working with CRM 2011 and Sharepoint online.  Out of the box CRM 2011 has some great integration with Sharepoint and it can create and view folders semi automatically. The current project wanted this to be automatic. The first thing I had to do was understand how this worked and it’s a little […]

CRM 2011 – authenticating with Sharepoint Online 2010 from a .NET

June 20, 2012

6

I was having a struggle to authenticate with Sharepoint Online I was using the Client Object Model and when I was trying to create a connection to sharepoint so I could check if folders had been added for CRM but I was getting a 403 forbidden message. In the back of mind I was thinking […]