Questions tagged [sharepoint-2007]

SharePoint 2007 is a Server Product from Microsoft. It is an Application Development Framework that helps you create web applications in no time. It combines collaboration and web publishing, providing a wide palette of functionality (Content Management, Search, wiki, blog etc.) all under its stack.

For SharePoint-specific questions, please see the SharePoint Stack Exchange site.


SharePoint 2007 is a Server Product from Microsoft. It is an Application Development Framework that helps you create web applications in no time. It is used for collaboration, web publishing and file sharing as well as providing a wide palette of functionality: content management, search, wiki, blogs, etc.

Questions that suit this tag:

  1. Those related to the functionality of SharePoint.
  2. Specific help with code or debugging.
  3. Advice on best practices.

SharePoint 2007 is also known by the following names:

  1. MOSS – Stands for Microsoft Office SharePoint Server
  2. SharePoint – with the release of SharePoint 2010 this name has become ambiguous.

Frequently Asked Questions related to this Tag:

  1. Getting Started

Important Links that will help you:

  1. Trial Download
  2. Latest Service Pack SP2.
  3. Product site
  4. Product Team Blog
  5. Books you should read
3016 questions
1
vote
1 answer

Receive an error “Login failed for user” when trying to open spsite programmatically

I developed a window service app which runs on the SP server that copy files from the Safe to the SP. The service is running under a app user which is administrator on the SP server and is site collection administrator on the site it is trying to…
Kerenlu
  • 65
  • 8
1
vote
2 answers

Backup & Restore Timer job WSS 3.0

Is it possible schedule a backup & restore of the WSS Site by using Timer Job? Or Does WSS 3.0 provides OOTB feature for the same? Thanks, Tejas
Tejas
  • 181
  • 5
  • 19
1
vote
1 answer

Submit a q's on SharePoint 2007 that directs it to an email address

I need to have function that enables a users to submit a question on SharePoint 2007, the question is then sent as an email to a specfied user. Is there any in built function in sharepoint that allows this or do need to code this ?
Sully007
  • 11
  • 4
1
vote
1 answer

Adding Comments and ratings to Sharepoint document libraries or Picture libraires

Is there a ready made solution to allow users to add comments to an image posted in SharePoint picture library or basically any item in a document library? What I need is allow user who are viewing an image from a picture library for example to add…
Emad Gabriel
  • 3,677
  • 7
  • 37
  • 49
1
vote
1 answer

Sort SharePoint Folder Content by Date

I am extremely new to SharePoint. What I need to do is have a folder's content sort by date. We have a list of Automated Reports, which is really a list of different report folders. I need this list to sort by name (which it is). However; I need…
DataGirl
  • 429
  • 9
  • 21
1
vote
0 answers

Filtering the chart webpart based on dates in sharepoint 2010

I am using chart webpart control in sharepoint site by connecting it to one of the lists in my site (X-Axis is Proposal Name and on Y-Axis it is proposal creeated date). Everything has been working fine till now.But the requirement now is that the…
Sravan Kumar
  • 1,447
  • 3
  • 19
  • 41
1
vote
1 answer

Custom announcment board in Sharepoint 2007

First off, please bear with me. My question concerns more specifically with custom lists, custom code inside Sharepoint 2007. My experience is more with applications that work outside but access data (Client Object Model) in Sharepoint 2010. At…
David Drever
  • 799
  • 2
  • 8
  • 21
1
vote
2 answers

MOSS 2007: 3 additional assembly binding redirects, where are they coming from

I have a web.config of a functioning MOSS server with our custom settings and a web.config of a freshly installed MOSS. Here's 3 redirects I don't know the source of:
axk
  • 5,316
  • 12
  • 58
  • 96
1
vote
1 answer

SharePoint2k7: Custom List EditForm annoying field labels, how to remove?

I experienced some 'strange' differences on SharePoint 2007 between my TST and PRD environment. I was working on customising a list's EditForm, and I noticed the new form I created on TST displayed correctly like this: This is the style I wanted.…
MagicGuru
  • 175
  • 2
  • 11
1
vote
0 answers

moss 2007 postbacks creates issue in URL rewriting?

I have implemented url rewriting using for moss 2007 site using iis url rewrite module everything is fine. but i also have some dropdownlist controls on my page which is required to retireve data from list dynamically. when i do postback my URL…
codekhan11
  • 21
  • 1
1
vote
2 answers

Determine Largest Files In a Windows Sharepoint Services Site Collection

Is there any way to determine which files stored in my site collection that are the largest? I would like to identify them somehow and then delete them to free up some space. Thanks for any ideas.
Albert
  • 3,639
  • 13
  • 43
  • 58
1
vote
4 answers

Trying to install SPJobDefinition; not showing up in list

I'm trying to follow http://msdn.microsoft.com/en-us/library/cc406686.aspx and similar tutorials. I've got a custom SPJobDefinition derivative and a feature. The definition doesn't do anything yet, since I'm just trying to get it setup. The…
zimdanen
  • 5,508
  • 7
  • 44
  • 89
1
vote
3 answers

Workflow stops responding when list item is updated programmatically

I have a workflow running on an item in a list. The workflow has an OnWorkflowItemChanged activity sitting within a While activity. I know that the workflow enters the While loop, and if I update the item through the UI, it fires the…
zimdanen
  • 5,508
  • 7
  • 44
  • 89
1
vote
1 answer

How can I create a Table of Contents automatically in a Sharepoint 2007 wiki page?

As our users get more familiar with the wiki functionality, and like it, we see that pages are getting longer and more difficult to navigate. We would like to be able to generate table of contents on a per-wiki-page basis to allow easier navigation,…
carbontracking
  • 1,029
  • 4
  • 17
  • 33
1
vote
2 answers

How to compare Sharepoint List Items Values?

Dear All, My list constains date/time items and I want to get the biggest value of dates. For my example, 1 May 2012 nearest day for today? how can I compare these values and get latest one with C#? I accessed the list and Items in code; using…
mkacar
  • 277
  • 1
  • 7
  • 17