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
0
votes
1 answer

Best Data-access for SharePoint 2010 or 2007

i want to know what's the best method to implementing of data access for SharePoint? can i use Entity Framework for data access of SP2010 or 2007?
Amir
  • 714
  • 1
  • 13
  • 37
0
votes
1 answer

properties.ListItem is null on event ItemCheckingOut

I am having the weirdest error. If anyone can give me hints, I've found nothing relevant with Google. When I hook the events on ItemCheckingOut on a Document Library (TemplateType=101) with 6 items inside, properties.ListItem will always be null for…
Maxime Rouiller
  • 13,614
  • 9
  • 57
  • 107
0
votes
1 answer

SharePoint 2007: Publishing Error from Page based on Custom Masterpage

I've developed a base SharePoint master page based on Heather's. below is the based page that I've customized. <%-- Identifies this page as a .master page written in Microsoft Visual C# and registers tag prefixes, namespaces, assemblies, and…
OnesimusUnbound
  • 2,886
  • 3
  • 30
  • 40
0
votes
2 answers

Uploading/Synching Files to a Document Library

I'm using SharePoint 2007 and SharePoint Designer and I'm looking for a way to automate uploading files. We have a system that generates reports and emails them out to the department, but we would rather they be automatically uploaded to a…
Bigby
  • 193
  • 2
  • 4
  • 12
0
votes
1 answer

ASP.NET 2.0 Cannot find resource object - Migrating Website to Production Server which hosts SharePoint 2007

I'm facing an annoying problem when migrating from development to the production server (IIS7 + Windows Server 2008 R2). We have a bespoke ASP.NET 2.0 which utilizes resource files for different languages. All works fine on development, but fails on…
AshesToAshes
  • 937
  • 3
  • 14
  • 31
0
votes
1 answer

Error collection is modified, cannot perform enumeration on sharepoint list

not sure why i get the above error, i know its because of UpdateWorkflowAssociation is inside the foreach but i need it that way A simple help will be highly appreciated `siteName = "http://xyz"; …
0
votes
2 answers

permissions preventing UpdateListItems from running properly, using SPServices

I've written code to check-in/check-out list items. It works great with administrators, but any other permissions level has trouble, a 401 unauthorized error with UpdateListItems on "_vti_bin/lists.asmx" for the site. I've confirmed that the users…
Calen
  • 11
  • 4
0
votes
1 answer

Connect SharePoint web parts to a database

How do I connect a SharePoint web part to a SQL Server database?
user27052
  • 375
  • 3
  • 8
  • 12
0
votes
1 answer

Connection between web parts in SharePoint

I have a couple of questions regarding SharePoint 2007. Is it possible to bind a List View Web Part to SQL Analysis Services using SharePoint configuration? I have two webparts. When clicking one row of a List View Web Part, I want to show a chart…
Shiju
  • 1,313
  • 2
  • 12
  • 14
0
votes
1 answer

How to get Sharepoint Meeting Workspace Lists Items via Web Services?

I'm trying to retrieve list items related to a SharePoint 2007 Meeting Workspace lists such as Agenda, Objectives, Decisions, etc. using SharePoint Web Services and C#. I tried unsuccessfully to find out any available method within Lists.asmx or…
Amine Chafai
  • 188
  • 2
  • 10
0
votes
1 answer

Adding existing security group to a subsite

I created several groups using the following code: SPWeb currentSite = SPContext.Current.Web; currentSite.EnsureUser(groupOwner); currentSite.SiteGroups.Add(siteTitle1,…
MVZ
  • 2,220
  • 5
  • 27
  • 57
0
votes
2 answers

Adding shared fields to a SharePoint calendar to sync with an Outlook calendar

I have set up MOSS 2007 Enterprise with a calendar that I have added custom columns to. We have synced this calendar in Outlook, and it works great creating and editing events from either SharePoint or Outlook. The issue is that I want to be able…
0
votes
3 answers

How to mirror Sharepoint 2007 site?

I'm not sure if this should be posted here or over superuser, but how does one go about mirroring a Sharepoint 2007 site? I have admin access, and the mirror doesn't need to be nice and pretty; it just needs to be presentable and readable. Also, I…
Tam N.
  • 2,687
  • 9
  • 30
  • 29
0
votes
1 answer

Accessing Sharepoint Web Services

I'm beginning to convert my Access 2007 module to C# so I can deploy it to my SQL Server. Just in step 1, retrieving the lists on the SP server. I had something like it working using VS2005, but things seem to have changed in VS2010. Here's my…
JimS-CLT
  • 665
  • 4
  • 13
  • 30
0
votes
1 answer

Page layouts with embedded column references and webparts - upgradade implications 2007 to 2010?

I've got a 2007 SharePoint site with some custom page layouts which have custom controls for webparts and editable content columns. We're due to upgrade to MOSS 2010, but I'm not sure about the implications for the page content which relies on these…
MrFidge
  • 2,107
  • 11
  • 40
  • 63
1 2 3
99
100