Top "Sharepoint-2010" questions

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

How can I fix a SharePoint workflow returning "Error Occurred" due to being unable to update an item?

We recently migrated from MOSS 2007 to SP 2010 platform. We have this heavily-used SharePoint Designer workflow (500 and more instances per day) …

sharepoint sharepoint-2010 sharepoint-workflow
SharePoint 2010 - Client Object Model - Add attachment to ListItem

I have a SharePoint List to which I'm adding new ListItems using the Client Object Model. Adding ListItems is not …

c# sharepoint-2010 client attachment listitem
FileNotFoundException with the SPSite constructor

I try to instantiate an instance of SPSite on the farm server in a custom process (MyApp.exe) and I …

.net security sharepoint sharepoint-2007 sharepoint-2010
Server cannot set content type after HTTP headers have been sent

I get an error (Server cannot set content type after HTTP headers have been sent.) on the following code (ContentType …

c# asp.net sharepoint-2010
Check if a List Column Exists using SharePoint Client Object Model?

Using the Client Object Model (C#) in SharePoint 2010, how can I determine if a specified column (field) name exists in …

sharepoint sharepoint-2010 client-side csom
SharePoint 2010: JavaScript error when creating Modal Dialog?

For some reason, my SharePoint's modal dialog doesn't work properly. The error I get is this: In Firefox: SP.UI.$…

sharepoint sharepoint-2010 sharepoint-clientobject
Getting members of an AD domain group using Sharepoint API

In my Sharepoint code I display a list of all defined users via: foreach (SPUser user in SPContext.Current.Web.…

c# dns sharepoint-2010 active-directory-group
How can retrieve email address from the Infopath people/Group picker

How can retrieve email address from the Infopath people/Group picker?When I add the people/Group picker into the …

sharepoint-2010 infopath
Retrieve All Documents from all Subfolders in a Document Library - CSOM

I am using the client side object model approach C# in order to retrieve all list items from a document …

sharepoint sharepoint-2010
jQuery $(document).ready() not firing

Using jQuery 1.4.2 from Google hosted Code. Is there a reason why the following javascript does not fire all 3 document.ready …

asp.net jquery sharepoint-2010 web-parts