For SharePoint-specific questions, please see the SharePoint Stack Exchange site at https://sharepoint.
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-2010So 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-clientobjectOffice 365 - SharePoint I have what appears, on the face of it, to be a pretty straightforward List Workflow. Each …
sharepoint sharepoint-2010 sharepoint-designerWhat 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-partsI 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-partsI have a requirement to allow users to upload documents to a Sharepoint 2010 document library. The document type is defined …
sharepoint sharepoint-2010 sharepointdocumentlibraryI have created a hyperlink field and provide the following List edit URL. $http://SPS2010/Lists/TestList/Item/editifs.aspx?…
sharepoint sharepoint-2010 sharepoint-designer infopath2010I 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-listOccasionally, seemingly randomly, about once a week, I get the following error in the output window when trying to deploy …
visual-studio-2010 sharepoint-2010I am trying to use LINQ on a result i get from Client Object Model. var rolesAssignments = context.Web.RoleAssignments; …
c# linq sharepoint-2010