For SharePoint-specific questions, please see the SharePoint Stack Exchange (http://sharepoint.stackexchange.com) site. Use this tag for programming questions which may involve SharePoint. Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration ...
27
votes
7answers
44k views
Upload a file to SharePoint through the built-in web services
What is the best way to upload a file to a Document Library on a SharePoint server through the built-in web services that version WSS 3.0 exposes?
Following the two initial answers...
We definitely ...
104
votes
47answers
15k views
What are your biggest complaints about Sharepoint? [closed]
I'm looking into using SharePoint (WSS 3.0, specifically) for the document library and discussion board functionalities.
I'd like to ask those of you who have experience in SP (MOSS or WSS, since we ...
11
votes
3answers
26k views
Dated reminders in sharepoint calendars
I have a departmental maintenance that needs to be done roughly every 3 months. The maintenance itself can't be automated (it involves physically swapping a primary and spare piece of networking ...
10
votes
4answers
57k views
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 using C# that will add documents to a document library list.
3
votes
1answer
677 views
Getting started developing for SharePoint
This is in response to the answer given for the case: http://stackoverflow.com/questions/702556/sharepoint-calculated-column-replace-all-spaces
I'm having the exact issue that the original poster has ...
25
votes
9answers
48k views
Sharepoint web services — The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'
I know there's a lot of questions on SO similar to this, but I couldn't find one for this particular issue.
A couple of points, first:
I have no control over our Sharepoint server. I cannot tweak ...
22
votes
9answers
4k views
SharePoint for a C# ASP.NET Developer [closed]
I've been asked to create a website in SharePoint within the next couple of weeks or so and I'm entirely new to SharePoint.
Does anyone have any good examples/tutorials on how to do some basic ...
6
votes
7answers
4k views
SharePoint development environment setup
i need to setup a development environment for writing Share Point Web Parts. What do I exactly need?
My development machine is a Windows XP Prof. with Visual Studio 2008 Prof. If found Windows Share ...
19
votes
10answers
6k views
What happens when I edit web.config?
I need to edit the web.config file on a live Sharepoint environment, but I'm unsure what will happen if I do (I want to output custom errors).
Will this cause the IIS6 worker process to recycle?
...
6
votes
2answers
3k views
SharePoint features: How can I use wildcard assembly versioning?
I think this is likely to be a generic .NET assembly loading question, but in my specific case, I want my SharePoint Features to point to an assembly whose versioning is associated with the correct ...
4
votes
5answers
5k views
Connect to Sharepoint Database through PHP
I am not familiar with Sharepoint. I would like to query or read Sharepoint database using PHP.
Is there a way I can do that?
Thank you in advanc. Any help is greatly appreciated.
3
votes
2answers
2k views
What does square bracket [] mean in the below code?
I got below code from http://msdn.microsoft.com/en-us/library/dd584174(office.11).aspx for adding custom property in webpart tool pane. What does square bracket ([]) mean in the below code?
...
4
votes
2answers
3k views
How to manage column based access control in Sharepoint lists?
I'm making issue tracking portal based on Sharepoint. Users should be able to add entries, but in the entry itself I want one column to only be visible to a specific group of users (Administrators). ...
0
votes
2answers
1k views
Programmatically Export SSRS report from sharepoint using ReportService2010.asmx
I have to programmatically export ssrs reports to excel, added service refernce to
http:/siteurl/_vti_bin/ReportServer/ReportService2010.asmx
...
37
votes
20answers
14k views
How good/bad is sharepoint programming? [closed]
I got a job offer today for a position as a SharePoint developer. One of my friends is telling me that sharepoint is a big mess and not something I would want to be doing.
What are some of your ...