Questions tagged [wss-3.0]

Windows SharePoint Services version 3.0

264 questions
0
votes
2 answers

webpart is working on local server but not working on production when "SPSite" class is uesd in the webpart

webpart is working on local server but not working on production server when "SPSite" class is uesd in the web part. On the production server it throws error. If I do not use that class in the webpart the web part also works on live machine. Any…
Rahatur
  • 3,147
  • 3
  • 33
  • 49
0
votes
1 answer

SharePoint Feature activating for new sites (Stapling ???)

I am developing a sharepoint feature which takes a backup of the site at sitecollection level and at site level whenevar a user tries to delete the site. The feature is working fine without issues for the existing sitecollection and sites when the…
Bala
  • 13
  • 2
0
votes
1 answer

DataFormWebPart accessing previous versions of an item in WSS3.0

I am running WSS3.0 and have a custom list which contains versioning on a couple of fields. When I click on an item and I view the item page I see the history of all the fields which I have made changes to. This works fine as expected. I have…
Jonathan Stanton
  • 2,531
  • 1
  • 28
  • 35
0
votes
1 answer

Access denied when asking for the count of all webs - SharePoint WSS 3.0 SP2

I'm trying to list all the links on all the SharePoint web sites (parent and sub). When I'm logged in as the admin user it works just fine. However, when I sign on as a normal user I get an access denied error. And the error is thrown when I check…
Dave
  • 860
  • 7
  • 18
0
votes
1 answer

New SharePoint site returns 505 upon creation

I have an instance of SharePoint WSS 3.0 running on Windows Server Standard VM; which I believed worked fine upon initial setup. However, in an effort to get PerformancePoint and other Microsoft software (like SQL Server 2008) running on the same…
user327045
  • 45
  • 1
  • 7
0
votes
1 answer

How to delete documents from a document library in WSS 3.0?

I need a way to programmaticaly delete documents from Sharepoint 2007 document library. I don't have access to the server to deploy server-side code, so it needs to be via web service or pure http. I can find plenty of examples for removing…
Antoine
  • 5,055
  • 11
  • 54
  • 82
0
votes
1 answer

Migrate WSS 3.0 Library To Sharepoint 2013

I am after a bit of advice. We have a WSS 3.0 server used for document control, currently operating in a W2k3 domain with a trust to another domain. The document library inside it is large with lots of version history. We are wanting to move to…
0
votes
1 answer

Problem opening context SPSite from SPItemEventProperties

In the following code, // class overrides SPItemEventreceiver public override void ItemAdding(SPItemEventProperties properties) { using (var site = new SPSite(properties.SiteId)) //SiteId is GUID <
oglester
  • 6,605
  • 8
  • 43
  • 63
0
votes
2 answers

does WSS 3.0 search index document libraries?

I have a document library with a few files in it and I've noticed that doing a search for files in the document library (even the exact file name) does not seem to give any search results. The search does seem to provide results of terms within…
pkiddie
  • 323
  • 1
  • 4
  • 13
0
votes
1 answer

RenderPattern headache with WSS 3.0 Document Library

I'm trying to define the DisplayPattern of a custom field to do as follow. It's a simple text field used in document libraries, but i want the text entered to be displayed as a link to the document in the list view. gives me the…
Ben
  • 1
  • 3
0
votes
2 answers

Sharepoint Discussion Board moderator privelege?

In sharepoint, the access to discussion boards appears to be modified by two means. In the Advanced Settings, you can modify the Item-level Permissions to where users that have contribute or higher permission may either edit/delete everyone's…
oglester
  • 6,605
  • 8
  • 43
  • 63
0
votes
2 answers

How to block the possibility to add the same record to a SPList?

Is there a possibility to block chance to add the same data to SPList? I know that two records always are different regarding the ID field. I would like to validate other custom fields added previously by me, and don't allow of adding same field's…
truthseeker
  • 2,214
  • 6
  • 30
  • 53
0
votes
1 answer

Categorized SharePoint Discussion - default category to parents category on reply

I have a Discussion Board in a SharePoint site which has an additional column named Category. When a new discussion is created, it prompts for Category, and of course this is by design. The problem is that when the discussion is replied to, it…
oglester
  • 6,605
  • 8
  • 43
  • 63
0
votes
1 answer

WSS-3.0 Web Parts using 4.0 framework

Is it possible to develop Web Parts using the 4.0 framework and use them in WSS 3.0? I've searched all over the place and can't find anyone else asking this question which makes me think the answer is an obvious "no".
user185320
  • 103
  • 3
  • 15
0
votes
2 answers

Authenticated user cannot log in, "The user does not exist or is not unique."

This is a weird one. I have a WSS3 site, no MOSS, with a custom membership and role provider that authenticates against CRM. All the users have also been added to the site user list so once logged in they have correct display names. On dev and…
Aquinas
  • 188
  • 2
  • 16