0
votes
1answer
68 views

Sharepoint Development Environment for SBS 2008R2

I want to customize sharePoint web app to suit company's requirement. The goal is to create few per-populated task items within a folder when folder gets created. Both folder and task Items are custom ...
0
votes
1answer
44 views

Registry entry for iFilter does not stay after system reboot

we followed the article at http://support.microsoft.com/kb/927675/en-us to implement the pdf filter for wss 3.0. But the registry entry mentioned on step 2 (adding a new entry under ...
0
votes
1answer
189 views

The searchresults.aspx page is picking up an older version of the master page

We have master page called custom.master. We changed the master page of the searchresults.aspx page to this master page: MasterPageFile="custom.master" We opened the searchresults.aspx page located ...
0
votes
0answers
112 views

Email Configuration on Sharepoint WSS 3.0

I am trying to configure email alerts on sharepoint wss 3.0 but not succeeding in it. Sharepoint is on Windows Server 2003.SMTP services are not installed.We in the company use an external email ...
0
votes
1answer
151 views

Unique Column in WSS 3.0 List

I am trying to implement a feature in a list from WSS3.0. Basically I have a list and I want to add items to the list but I want to check first if there is already any item with the same value in a ...
0
votes
2answers
175 views

Cannot load type exception when using web service

I have written a bridge between my application and the Sharepoint webservices, to return the data to my project in a useful format. However When any line tries to create a new instance of this ...
3
votes
2answers
339 views

User Permission Mask from NetworkCredentials

Although I am currently developing this WinForms application on our Sharepoint server I intend for the finished program to function from any computer on the Domain. I'm using the WSS web services to ...
0
votes
1answer
3k views

In PowerShell, object not loading though I call LoadWithPartialName

I have a .ps1 file that I execute from PS prompt. At the top of the file I have: [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") and later in the code, it has: ...
1
vote
2answers
105 views

Using Alternative DataSources in Sharepoint

As I know, Sharepoint save all users list in one table. I have several sharepoint lists. And I want to store Data from Sharepoint lists in custom MS Sql Server DB. That difrent Sharepoint lists store ...
1
vote
1answer
292 views

Update Version History Programatically

In my webpart i need to populate the data from the sharepoint lists and libraries. I have an option to change the data in the UI and that should reflect the same in the lists/libraries when i click ...
0
votes
1answer
396 views

Using SPWebPartManager and Sharepoint WebParts in standard ASP.NET page

I have a server with WSS 3.0 installed and a functional team site. But I want to build a series of pages on a seperate site that are standard asp.net 2.0 type pages but include web parts and will ...
0
votes
2answers
196 views

Pushing data from SharePoint “New list item” to php

I have a list with my employers project task list. When a user adds a new project to the list, I want to push some of the data the user entered into an external site (which is run by our parent ...
0
votes
1answer
533 views

Moving WSS sites to a new SharePoint 2010 Foundation server

I posted this question at ServerFault without responses so far, so I thought about asking here. This existing question helps but it doesn't answer all my questions. I have WSS 3 running on Server1 ...
0
votes
1answer
584 views

Delete Site Features

I deleted all my Site Features with an c# program. SPFarm.Local.Solution.Remove(Solution name); Unfortunately the features still appear in my Web Site > Site Settings > Site Features Have anybody ...
1
vote
1answer
1k views

SharePoint list calculated column compare dates

I've got a field in a SharePoint list that multiplies a number of miles someone enters in one column with the current reimbursement rate for mileage. It ends up like this: =[Mileage] * 0.51 With ...

1 2 3 4 5 14
15 30 50 per page