Top "Sharepoint" questions

For SharePoint-specific questions, please see the SharePoint Stack Exchange (https://sharepoint.

CAML query with nested ANDs and ORs for multiple fields

I am working on proof-of-concept code to dynamically generate CAML based on keywords provided to a highly-specific search web service …

sharepoint caml nested-query
Could not load file or assembly '' or one of its dependencies

Any help please? I have only one library and it is driving me crazy. this is the error that I …

c# asp.net sharepoint sharepoint-2010
How to edit default.aspx on SharePoint site without SharePoint Designer

On several occations, I have faced the situation that the default.aspx page on a Site doesn't work. More specifically, …

sharepoint sharepoint-designer
Error :The remote server returned an error: (401) Unauthorized

I want get picture of internet and insert into word . I use this code . MainDocumentPart mainPart = wordprocessingDocument.MainDocumentPart; System.Net.…

asp.net sharepoint sharepoint-2010
SharePoint get the full URL of the current page in code behind

In SharePoint how do you get the url of the page you are on from the code behind? e.g. …

c# sharepoint
Change SharePoint Library URL

How do you change the URI of a SharePoint library? Based on Google searching, most people say that changing the …

sharepoint sharepoint-2010 sharepoint-designer sharepoint-list
Where is the Location of Microsoft.Sharepoint.dll

I just installed the SharePoint SDK on my machine, but I can't seem to find the location of Microsoft.Sharepoint.…

sharepoint
Open an Excel file from SharePoint site

I'm trying to open an Excel file from SharePoint using VBA. Because the file I'm looking for might be different …

vba sharepoint excel excel-2010
How to access a sharepoint site via the REST API in Python?

I have the following site in SharePoint 2013 in my local VM: http://win-5a8pp4v402g/sharepoint_test/site_1/ …

python rest authentication sharepoint sharepoint-2013