sharepoint2007

Sharepoint going to Manage search Service (managesearchservice.aspx) gives an error

When I go to Central Admin > Application Managment > Manage search services I get the following error: Method not found: 'Microsoft.SharePoint.SPException Microsoft.Office.Server.Search.Administration.SearchAdminUtils.ConvertToSPException(System.Exception, Microsoft.SharePoint.Administration.SPServer)'. at Microsoft.SharePoint.Portal....

Why would a SharePoint lookup menu require a double-click to select an item?

I have a SharePoint feature which programatically creates 3 lookups in a custom list, one from each of 3 different lists via extremely similar CAML markup. The only differences in the CAML are the List, ID, Name, DisplayName and StaticName properties yet one of these lookups looks slightly different (has a slightly more "modern" drop-do...

SharePoint Last Modified Date and Anonymous Access

Hi there, Currently I'm trying to display the last modified date in my default.master page in MOSS 2007 doing the following: <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> --Snip-- <SharePoint:DateT...

SharePoint error: "File Not Found"

I have an ASP.NET 2.0 web project that lives within SharePoint 2007. A couple of days ago, I made two changes to serveral pages, the first change was to adding a script reference to a jQuery file inside of my script folder that I lives with in my web project. The second change was where I replace all of my DatePicker controls from Share...

Site Columns, Page layouts etc not getting deleted on Feature deactivation

I have written a publishing feature which creates some site columns, a content type referring these site columns, a master page and some page layouts. When I deactivate this feature, the site columns, the master page and the page layouts are not getting deleted from their gallery. What am I doing wrong here? Should I be writing an e...

How to Create Site using Sharepoint web services?

Hi All, I am tring to create site on sharepoint programatically using Sharepoint Web Services.(C#). I tried Admin.asmx service (CreateSite method). But it's showing error: "An unhandled exception of type 'System.InvalidOperationException' occurred in System.Web.Services.dll". I tried with all possible parameters. Curremtly referring...

Newbie Sharepoint Access Denied on default application

I'm learning Sharepoint. I am able to surf to an log in to the admin page. I try to surf to the default site (port 80) and I am prompted for a login. I login as the administrator, but I get access denied. Wouldn't the administrator have access to ALL sites automatically? This does not seem to be the case, but I cannot find where to grant...

Creating New list in Sharepoint on specified Path.

Hi, I want to programatically create list on Sharepoint using Web Services. I tried "Lists.AddList Method" but it would create list in current site only. Is there any other way to create list? (Using Web Services : C#) ...

user profile issue

Hello everyone, I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I have deployed a publishing portal. It is using a custom forms authentication solution, which is described in the following URL. I am developing using VSTS 2008 + C# + .Net 3.5 + ASP.Net + SharePoint Server 2007 SDK. http://msdn.microsoft...

Cannot execute System.IO.File.Move to a network drive from SharePoint Server 2007 (MOSS).

Hi All, I am using VS2008 C# and MOSS (SharePoint Server 2007). I have created an asp.net web form which appears on a WebPart within a SharePoint site. When submitting the form, a small .csv file is generated. Ideally I want to have this file created on a network drive (on another server), but for some reason I cannot do this. I can c...

SharePoint 2007 Central Admin w3wp.exe process consumin 99% CPU

Hi, I have been running an intranet using SharePoint 2007 for over a year and all has been working fine. However, after some time, I realized that the intranet portal was slow. Trying to access the Central Admin over another computer not the SharePoint server also became an issue. So I logged onto the real SharePoint Server and it took ...

How to make Task and give him Permation in sharPoint?

I have team web site & I want to make task in this application the team leader asign task & Every Employee see his task hoe can I do that? ...

Query on a Sharepoint Calendar Using the "Created" field which value is read from calculated column

Hello everybody, My Case is, I have a sharepoint calendar list where I added a calcualted column to it. this column appends the value of the "created" field as a query string to a static URL for example, the calculated field formula should be like this, "URL.aspx?XYZ="&[Created] When The User uses this link, it will take him to a p...

How can i use XMP in Sharepoint metadata?

I want to update metadata of Sharepoint List or site programatically using Web Services. How can XMP help me in it? Or is there any use of it? ...

Sharepoint site running in a VM

Basic question...I have a site running in a VM, say the URL is http://localhost/sites/foo/default.aspx I want to surf to the URL from my host box, so I get the IP of the VM, and I try: http:///sites/foo/default.aspx. When I do, I get an error: <configuration> <system.web> <customErrors mode="RemoteOnly"/> </system.web> </config...

list.UpdateList method throwing an Exception "Microsoft.Sharepoint.SoapServerException".

Hi All, I want to modify File/List MetaData of Sharepoint. For that i am using List.UpdateList method. But it is Throwing exception: "Microsoft.Sharepoint.SoapServerException" I am using Admin account.And using List web Service. Can i get some good examples of Modifying Metadata of Sharepoint Document using c#(Web Services). ...

How can i use XMP to modify metadata of Sharepoint Document ?

I am trying to Modify Meta data of Sharepoint Document. How can use XMP for this task? Using C#. Can anyone give me some code samples? ...

SharePoint Custom Web Part throws SELECT permission denied on object 'xxx', database 'yyy', owner 'dbo'

Hi, I have created a Custom Web Part in SharePoint 2007 using VS 2008 on the dev server. It uses the SQL DB. Everything works fine on my server with testing db which I recreated from the backup client gave me. Now I'm moving it over to the clients' production server. I was able to deploy, install and activate it. But when I'm trying t...

Sharepoint 2007 - Finding out where a view is used

Hello! I'm a MOSS 2007 newbie and am trying to find out where a view is used. I have a larger list and i want to have two different views into that list. I've inherited the site collection, and currently there are three views, with two of them named almost identically. Now i'd like to find out if i can safely remove one of those views....

Sharepoint folder permission problem

I added a folder on the documents section of my site collection and their is one person in paticular that is unable to get access to it. This person is in a group with someone that is able to access this folder. I have poked around to try and figure it out by am at wits in. Any suggestions on what this might be or what I might need to ch...