Код: Выделить всё
Could not load file or assembly 'Microsoft.SharePoint.Library, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
- JohnHolliday.Caml.Net.SharePoint
- SharePoint.Client
- SharePoint.Client.Runtime
- SharePoint.Client.Search
ОБНОВЛЕНИЕ
Установленные клиентские компоненты SharePoint Server 2013 SDK, который включает в себя следующее
Код: Выделить всё
Microsoft.Office.Client.Education.dll
Microsoft.Office.Client.Policy.dll
Microsoft.Office.Client.TranslationServices.dll
Microsoft.SharePoint.Client.dll
Microsoft.SharePoint.Client.DocumentManagement.dll
Microsoft.SharePoint.Client.Publishing.dll
Microsoft.SharePoint.Client.Runtime.dll
Microsoft.SharePoint.Client.Search.Applications.dll
Microsoft.SharePoint.Client.Search.dll
Microsoft.SharePoint.Client.Taxonomy.dll
Microsoft.SharePoint.Client.UserProfiles.dll
Microsoft.SharePoint.Client.WorkflowServices.dll
ОБНОВЛЕНИЕ
Наконец-то проблема решена. В папке bin проекта находился файл SharePoint.dll, после удаления которого проект мог работать в обычном режиме.
Подробнее здесь: https://stackoverflow.com/questions/454 ... -ive-never