Microsoft Office SharePoint Server (previously known as Microsoft Office SharePoint Server, or MOSS) is a member of Microsoft's SharePoint server product family.
Questions tagged [moss]
896 questions
54
votes
25 answers
SharePoint interview questions
Let's have a list of some good interview questions for SharePoint developers. Please provide one question per entry, and if possible, the answers.
Also, please feel free to suggest corrections if the provided answers are wrong.
I will go first:
Q:…

ashwnacharya
- 14,601
- 23
- 89
- 112
30
votes
9 answers
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 best can I go about this?

78lro
- 1,790
- 7
- 37
- 63
30
votes
8 answers
How can I include value of sharepoint's version column in a word document?
I'm trying to work out a way to display the contents of the version column from SharePoint (i.e. the value that changes every time a file is checked in) as a field (or something similar) inside of a Word document.
Ideally, I'd like to know how to…

Daniel LeCheminant
- 50,583
- 16
- 120
- 115
26
votes
4 answers
Serialization in C# without using file system
I have a simple 2D array of strings and I would like to stuff it into an SPFieldMultiLineText in MOSS. This maps to an ntext database field.
I know I can serialize to XML and store to the file system, but I would like to serialize without touching…

Nathan DeWitt
- 6,511
- 8
- 46
- 66
24
votes
6 answers
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 server extensions\12\LOGS

ScottB
- 1,363
- 2
- 14
- 24
18
votes
11 answers
Developer Documentation: Sharepoint Document Management vs. ScrewTurn Wiki
Background Info
I am working on setting up a method for my company's developers to share documentation and information about our various internal systems. This would range from information that would be useful for bringing a new employee up to…

Chad Birch
- 73,098
- 23
- 151
- 149
12
votes
5 answers
Windows SharePoint Services vs. Microsoft Office SharePoint Server?
There's Windows SharePoint Services (WSS) and then there is Microsoft Office SharePoint Server (MOSS). MOSS considerably more expensive than WSS (which ships as part of Microsoft Server licensing).
My question is: what does MOSS do that makes it…

RobS
- 9,382
- 3
- 35
- 63
12
votes
7 answers
How to access sharepoint data using C#?
I am working on project where I have to access SharePoint data in C#.
I've never done this before; and have the following questions?
How would I access SharePoint data from C#? What API do I use? Are there any tutorials out there that will help me…

Preeti
- 1,386
- 8
- 57
- 112
12
votes
9 answers
Can I copy files to a Network Place from a script or the command line?
Is it possible, in Windows XP, to copy files to a Network Place from the command line, a batch file or, even better, a PowerShell script?
What sent me down this road of research was trying to publish files to a WSS 3.0 document library from a user's…

Abs
- 1,339
- 2
- 12
- 16
11
votes
7 answers
What is the easiest approach to exporting a Sharepoint list in xml format?
Pretty self explanatory. I just need to export lists easily to xml format. Are there any tools that accomplish this?

Kilhoffer
- 32,375
- 22
- 97
- 124
11
votes
11 answers
SharePoint error: "Cannot import Web Part"
I have a web part that I've developed, and if I manually install the web part it is fine.
However when I have packaged the web part following the instructions on this web site as a…
anonymous
10
votes
4 answers
Is it possible to use ELMAH in a SharePoint environment?
Has anyone integrated ELMAH into their SharePoint environment?
I suppose it's possible as it's all ASP.net, but I just wondered if anyone had done it and if there's a walk through on how to achieve it?

Rob
- 1,688
- 4
- 30
- 43
10
votes
1 answer
Programmatically add user permission to a list in Sharepoint
How do I programmatically add user permissions to a list in Sharepoint? I want to add the permission "Contribute" to a user or group for a certain list. I'm using C#.

Adyt
- 1,442
- 7
- 26
- 38
10
votes
4 answers
get users by group in sharepoint
can anyone show me how to get the users within a certain group using sharepoint?
so i have a list that contains users and or groups. i want to retrieve all users in that list. is there a way to differentiate between whether the list item is a group…

Adyt
- 1,442
- 7
- 26
- 38
10
votes
4 answers
SharePoint and Log4Net
I'm looking for best practices to integrate log4net to SharePoint for web request, feature activation and all timer stuff.
I have several subprojects in my farm, and I would like to have only one Log4Net.config file.
[Edit]
Not only I need to…

Nico
- 13,320
- 6
- 32
- 33