Top "Sharepoint-2010" questions

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

How to increase timeout for activating features through Visual Studio deployment

I get the following error sometimes when deploying a SharePoint 2010 solution via Visual Studio 2010: Error occurred in deployment step 'Activate …

visual-studio-2010 deployment sharepoint-2010
How to grant user permission to certain folders using Client Object Model?

So far I am able to grant user certain permission with the following code: ClientContext context = new ClientContext("http://myRealURL"); …

c# sharepoint sharepoint-2010 permissions sharepoint-clientobject
Why is App Step greyed out in SharePoint Designer

Office 365 - SharePoint I have what appears, on the face of it, to be a pretty straightforward List Workflow. Each …

sharepoint sharepoint-2010 sharepoint-designer
WebBrowsable vs Personalizable in Web Parts

What is the difference between the attributes WebBrowsable and Personalizable in a Sharepoint 2010 web part? e.g. [Personalizable(), WebBrowsable] public …

asp.net sharepoint-2010 web-parts
Webpart broken after solution redeploy

I have deployed and then redeployed a .wsp on a Sharepoint 2010 server (the solution was developed on another 2010 server). The …

deployment sharepoint-2010 web-parts
Uploading documents with same name to SharePoint 2010

I have a requirement to allow users to upload documents to a Sharepoint 2010 document library. The document type is defined …

sharepoint sharepoint-2010 sharepointdocumentlibrary
Open Modal poup with (editifs.aspx?ID=4&IsDlg=1) in sharepoint

I have created a hyperlink field and provide the following List edit URL. $http://SPS2010/Lists/TestList/Item/editifs.aspx?…

sharepoint sharepoint-2010 sharepoint-designer infopath2010
Read Sharepoint List Value using javascript and set to variable

I feel I have a fairly simple problem but every solution online is seriously complicated. I am in SharePoint designer 2010 …

javascript sharepoint-2010 sharepoint-designer sharepoint-list
"Provider Load Error" when deploying SharePoint 2010 solution

Occasionally, seemingly randomly, about once a week, I get the following error in the output window when trying to deploy …

visual-studio-2010 sharepoint-2010
Using Linq on a Client Object model result from sharepoint

I am trying to use LINQ on a result i get from Client Object Model. var rolesAssignments = context.Web.RoleAssignments; …

c# linq sharepoint-2010