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
2 answers

How do I add a user control from a separate assembly onto a Sharepoint application page?

There is probably a very simple solution to this problem but since I do not know Sharepoint at all and cannot seem to google my way to wisdom on this one maybe one of you guys can steer me in the right direction. Background: Currently I am working…
Marcus
  • 8,230
  • 11
  • 61
  • 88
1
vote
1 answer

View all of an individual's sharepoint permissions in Sharepoint 2007

Is there a way to view all of an individual's permissions in an entire Sharepoint 2007 environment ie, all sites, lists, libraries, etc? I know I can do this with Groups by selecting View Group permissions under Advanced Permissions. How do I with…
user1701043
  • 11
  • 1
  • 2
1
vote
4 answers

Is it possible to deploy a Web Part from Visual Studio 2008 to a (virtual) MOSS 2007 server on my network?

I have a virtual machine running windows 2003 server running MOSS 2007. This virtual machine is not being run on my dev machine, but on a different machine on the network. I can ping both the host and guest OS from my dev machine. I just need to…
Anders
  • 12,088
  • 34
  • 98
  • 146
1
vote
1 answer

Sharepoint Crawler is denied access to sites

We create all our site collections programatically with a custom site def/template. Everything works as expected, except for the crawler. It's apparently denied access to the sites. The crawl logs…
noocyte
  • 2,484
  • 5
  • 29
  • 44
1
vote
2 answers

How to show a simple list of events in a content query webpart in SharePoint 2007

This should be really simple in SharePoint, but I can't figure out how to do it: I simply want to show a list of upcoming events from a calendar in a content query webpart: Aug 12:00 Meeting re new sales plan Aug 09:00 Party I can use the content…
Torben Junker Kjær
  • 4,042
  • 4
  • 34
  • 33
1
vote
2 answers

Problem while updating workflow task properties from web part

When I try to update the task properties of the workflow from my webpart, I get the following exception: Microsoft.SharePoint.SPException: Task Updates are not allowed via unstrusted code at Microsoft.SharePoint.SPListItem.PrepareItemForUpdate(Guid…
barathan
1
vote
2 answers

Display text above list if list is empty? (SharePoint 2007)

I have seen a SharePoint list (Custom list) where text shows up, whenever a list is empty (only for some views). E.g. to inform users of the guidelines for the list usage. How can this be implemented? Ok with javascript/jquery solution
noesgard
  • 5,917
  • 3
  • 20
  • 27
1
vote
1 answer

Call Sharepoint Web Service over SSL with Silverlight

I have a Silverlight 5 app that gets some data from a couple Sharepoint lists. It was all working correctly, then we set up the site to allow SSL and I tried to update the service reference to call the webservice using https. It updated the client…
xr280xr
  • 12,621
  • 7
  • 81
  • 125
1
vote
1 answer

Get association data of the running workflow

I need to programmatically get AssociationData of the running workflow from console application. Now I can only get AssociationData of its parent (workflow association at the list). using (SPSite site = new SPSite("http://sp:2200")) { …
user1665961
  • 46
  • 1
  • 4
1
vote
1 answer

How to find sharepoint site URL from IIS

One of my team members had installed Sharepoint-2007 foundation on our server and has now left the organization. Now I would like to know the share-point URL because one of the application needs it during its execution. I have looked through the IIS…
Work Winshuttle
  • 31
  • 1
  • 2
  • 4
1
vote
2 answers

InfoPath Forms Services is not turned on

I installed MOSS 2k7 Enterprise and now, I would like to use the Workflow feature. The problem is that : When I start any workflow, I have got the error "InfoPath Forms Services is not turned on" In Central Administrator -> Application Management…
Linh Linh
1
vote
1 answer

How do I show which users have completed a form in a form library?

I have 10 form libraries on a Sharepoint 2007 site. The site is for the use of 20 "Scholars". Any Scholar (or any of a dozen secretary-types who assist them) can go into any form library, cick [New] to get an Infopath Form, select the appropriate…
Lisa Schwaiger
1
vote
4 answers

Upgrading SharePoint web parts

I have several custom web parts that I'm in the process of deploying to production. During this process I've found a handful of minor things that need to be tweaked in the various parts. To deploy the new code I create a new solution package,…
Chris Tybur
  • 1,612
  • 2
  • 23
  • 38
1
vote
1 answer

Pass Credentials in SharePoint Page Viewer

I am wanting to view web pages on a SharePoint site. A Page Viewer is the obvious way to do this. However, the web pages require authentication. Is it possible to pass the credentials of the current authenticated user?
macleojw
  • 4,113
  • 10
  • 43
  • 63
1
vote
2 answers

jquery 1.7.2. spservices Syntax error, unrecognized expression: [nodeName=z:row]

Getting Syntax error, unrecognized expression: [nodeName=z:row] on this code.
Hell.Bent
  • 1,667
  • 9
  • 38
  • 73