Tagged Questions
Microsoft Office SharePoint Server (previously known as Microsoft Office SharePoint Server, or MOSS) is a member of Microsoft's SharePoint server product family.
84
votes
48answers
10k views
What are your biggest complaints about Sharepoint?
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 ...
37
votes
28answers
39k views
SharePoint interview questions [closed]
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 ...
13
votes
11answers
3k views
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 ...
13
votes
4answers
11k views
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 ...
11
votes
8answers
61k views
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?
All the best
Kieran
10
votes
8answers
15k views
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 ...
9
votes
5answers
2k views
Viewing a MOSS 2007 page as another user would see it - without logging in as that user
In Moss 2007 you have the ability to set the target audience for each individual web part within a page. Is there a way to preview how the page will look to another user without logging in as that ...
8
votes
3answers
858 views
Using ELMAH in a Sharepoint environment
Has anyone intergated 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 ...
8
votes
4answers
3k views
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 ...
8
votes
10answers
18k views
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 guide:
...
7
votes
2answers
2k views
Transparent generic exception handling for asp.net / MOSS2007 (with code)
Not exactly a question this, but something that might help out a few people I hope..
Some time ago, I wrote a general transparent exception handling module for use in a MOSS 2007 (Sharepoint) ...
7
votes
4answers
2k views
SharePoint and Firefox 3
I think most of the SharePoint developers and administrators know that with the change form Firefox 2 to Firefox 3 some functionality of SharePoint have became unavailable.
Especially adding ...
7
votes
7answers
2k views
WSS/MOSS Book
I have been using Inside MS Windows SharePoint Services 3.0 by Ted Pattison to help me crack into WSS Development. It has been an excellent developer start, but now that I'm moving beyond I need some ...
6
votes
2answers
160 views
How do I tell if a class is WSS or MOSS specific?
How do I tell if a SharePoint class is specific to WSS or MOSS?
For example, can I use the SPAudit class in MOSS only?
6
votes
3answers
9k views
Where is the default log location for SharePoint/MOSS?
The title says it all. 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
6
votes
4answers
13k views
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 ...
5
votes
2answers
2k views
Why does OnLoad / CreateChildControls order change at postback?
The web part lifecycle is described like this:
On Page Load
Constructor
OnInit
OnLoad
ConnectionConsumer method is called if web part is connectable
CreateChildControls ...
...
5
votes
5answers
361 views
Unit Testing and SharePoint Development
I am interested in writing unit tests for the SharePoint development work I am doing. Can anyone suggest practical approachs to implementing unit tests in MOSS?
Note that any third party tools have ...
5
votes
1answer
4k views
SharePoint timer jobs not getting invoked
I have a timer job which has been deployed to a server with multiple Web front ends.
This timer job reads it's configuration from a Hierarchical Object Store.
This timer job is scheduled to run ...
5
votes
2answers
4k views
MOSS : Accidentally deleted a webpart, how can I get it back
I have deleted "New comment" webpart on the Blog Post detailed Page on the my SharePoint blog site, I am unable to find it in the webpart list.
How can I get undo / add the webpart back.
5
votes
2answers
2k views
Cannot catch the SharePoint Access denied error
I am trying to access a sharepoint list programmatically in a webpart, like this.
try
{
masterList = web.Lists[listId];
}
catch(Exception e)
{
RenderExceptionMessage(e.Message);
}
The ...
5
votes
6answers
579 views
Regarding MOSS or WSS 3.0, What parts of the API might have been implemented better?
Such as:
Sealed Methods you might have liked to extend
Exceptions thrown are more vague than is helpful
Elimination of Connected Content which was a major feature in MCMS 2002
HTML is stripped from ...
5
votes
1answer
6k views
programatically add user permission to a list in sharepoint
how do i programatically add user permission to a list in sharepoint. i want to add the permission "Contribute" to a user or group for a certain list. im using c#
Thanks..
5
votes
2answers
3k views
MOSS 2007: SPListItem.GetFormattedValue for DateTime fields has a bug?
SPListItem.GetFormattedValue seems to have a strange behavior for DateTime fields.
It retrieves the DateTime value through SPListItem's indexer which according to this MSDN article returns local time.
...
5
votes
5answers
967 views
Promoting MOSS '07 Sites From Dev To Production
So, maybe I'm a bit old-school, but when we created websites in the past, we'd develop the site on a development server, then publish or promote the pages and files to the production server. This has ...
5
votes
3answers
2k views
How do I rename a SharePoint virtual machine
I am using virtual machines for development,but each time I need a new VM, I copy the file and create a new server, but I need a new name for the server to add it to our network.
After renaming the ...
5
votes
5answers
1k views
Debugging SharePoint 2007 Code
How do you debug your SharePoint 2007 code? Since SharePoint runs on a remote server, and I'm developing on a windows xp machine (with the necessary .dll files copied into my GAC), I haven't had much ...
5
votes
3answers
7k views
sharepoint 2007 - custom content type - filtered lookup column
I had defined a custom content type, and I am trying to define a filtered lookup column. I can select the list from where to pick up the column I need, but I can't find any example of the needed ...
4
votes
2answers
413 views
Determine which edition of SharePoint is Installed?
What is the most reliable way to determine which version of SharePoint is installed. Whether it is WSS or MOSS. If MOSS, whether it is standard or enterprise.
I want to programmatically detect the ...
4
votes
5answers
3k views
Sharepoint List to PDF report
I have a sharepoint list and I needto transform it into a document(any type) and export it pdf. Would you have any tips on the best way to do this? I have crystal reports but not sure if this is the ...
4
votes
1answer
713 views
Sharepoint 2007 AddList and AddListFromFeature are missing template columns and data content
What I've Done
Inside SharePoint I created a List based on the Project Tasks template
I deleted most default columns, and added new custom columns
I added data using the new format
Then I did a ...
4
votes
5answers
2k views
MOSS 2007: Displaying data from SQL Server Database
I have a requirement to select some data from a table in a database (SQL Server) and display it on a page in a SharePoint site (MOSS 2007).
I have a little bit of experience of MOSS, so I know I have ...
4
votes
1answer
2k views
Scope of a timer job feature
I am writing a timer job for the first time. I am following the examples that can be obtained by googling as my reference.
In many such articles, I am coming across the timer job features being ...
4
votes
3answers
884 views
ListTemplateOwner
I’ll keep it short and sweet. Does anyone really know what the "ListTemplateOwner" tag of the elements.xml's "Receivers" node really means?
From Microsoft’s site: ...
4
votes
2answers
4k views
ColdFusion: How to use SharePoint's getListItems()
Does anybody know how I could get all items from a SharePoint-List?
It should be possible to call the function getListItems() with 4 parameters:
One for the list where the information is stored in,
...
4
votes
5answers
4k views
How do you instruct a SharePoint Farm to run a Timer Job on a specific server?
We have an SP timer job that was running fine for quite a while. Recently the admins enlisted another server into the farm, and consequently SharePoint decided to start running this timer job on this ...
4
votes
5answers
859 views
Can MOSS 2007 integrate with multiple LDAP/AD stores?
Can MOSS integrate and get user profiles from multiple Active Directory and/or LDAP stores?
I have seen from Integrating Microsoft SharePoint Server With Oracle Virtual Directory that there may be ...
4
votes
3answers
4k views
Programmatically creating a MOSS publishing page
I'm getting an error when creating a MOSS publishing page (this is a completely clean MOSS install, no site built into it yet). I'm using code which I've found on plenty of blogs, eg:
var pubWeb = ...
4
votes
5answers
4k views
SharePoint/MOSS - Deleting other people's un-checked-in items from a list
A simple scenario:
I want to delete a pagelayout that is out-dated from our MOSS publishing site.
An ex-colleague has created a new page using this page layout and he has not checked it in.
I can't ...
4
votes
10answers
5k views
Best ways to Improve Sharepoint 2007 Performance?
OK we are at the end of our rope here, and I’d really appreciate feedback from the SO community.
Our basic issue is slow performance by our MOSS-based intranet--
Some environment info:
We have a ...
4
votes
2answers
2k views
Can MOSS 32 bit and 64 bit exist in the same farm?
I am trying to setup a failover location for MOSS. The current farm is built on 32 bit Windows 2003. The servers ar the failover location are all 64 bit Windows 2008.
Is there any way to make these ...
4
votes
1answer
980 views
Sharepoint: Is it possible to make subgroups in top navigation menu?
I need to make subgroups in the top navigation menu, like:
Home
-Group
--Subgroup
Is it possible? I can not make more than two levels!
4
votes
6answers
7k views
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?
4
votes
3answers
5k views
How do I remove items from the Site Actions menu in SharePoint?
How can I customise the Site Actions menu to remove or rename 'standard' menu items? Where are the site actions menu items defined?
4
votes
2answers
702 views
Defaulting WebParts on a Users MySite in Sharepoint
I am working on a project that is replacing an old portal system (Plumtree) with sharepoint and we want to make the transition as smooth as possible.
One thing we are look at currently is taking all ...
4
votes
3answers
3k views
How does sharepoint recognize a file type?
How does sharepoint identify a file type? For example, SharePoint will not allow you to upload executable files. Suppose if i rename a file extension from .exe to say, .doc, will the sharepoint allow ...
4
votes
6answers
12k views
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).
...
4
votes
4answers
4k views
Adding a web reference to a DLL which is GACed
I come across this problem when i am writing an event handler in SharePoint. My event handler has a web reference. When i create this web reference, the URL of the web service will be added in the ...
4
votes
2answers
617 views
How can I integrate Laconica update stream into SharePoint?
I have Laconica (self hosted twitter) configured on my local intranet and would like to integrate the public stream into SharePoint site with a web part. How can I do this?
4
votes
6answers
2k views
How do I use a list from a different site in MOSS?
I have an announcements list on one site. I want to add it as a web part to the top of each subsite. How can I do this in MOSS?