Top "Sharepoint" questions

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

Best way to resolve file path too long exception

I created a app that downloads all document libraries in a SP Site , but at one point it giving me …

c# .net string file sharepoint
Auto number column in SharePoint list

In a SharePoint list I want an auto number column that as I add to the list gets incremented. How …

sharepoint moss
How do you upload a file to a document library in sharepoint?

How do you programmatically upload a file to a document library in sharepoint? I am currently making a Windows application …

c# sharepoint upload
Filtering Sharepoint Lists on a "Now" or "Today"

I'm trying to find an effective method of filtering Sharepoint lists based on the age of an item. In other …

sharepoint
Bypass invalid SSL certificate errors when calling web services in .Net

We are setting up a new SharePoint for which we don't have a valid SSL certificate yet. I would like …

.net web-services sharepoint
How to pass credentials to httpwebrequest for accessing SharePoint Library

I'm trying to read files from a SharePoint document library using HttpWebRequest. In order to do that I have to …

c# asp.net sharepoint httpwebrequest
SharePoint : How can I programmatically add items to a custom list instance

I am really looking for either a small code snippet, or a good tutorial on the subject. I have a …

c# sharepoint content-type
Where is the default log location for SharePoint/MOSS?

I found the answer after digging and thought I'd store it here. C:\Program Files\Common Files\Microsoft Shared\web …

sharepoint moss
How do I solve this error, "error while trying to deserialize parameter"

I have a web service that is working fine in one environment but not in another. The web service gets …

c# web-services sharepoint
Get the content of a sharepoint folder with Excel VBA

Usually I use this piece of code to retrieve the content of a folder in VBA. But this doesn't work …

sharepoint excel vba