Windows SharePoint Services version 3.0
Questions tagged [wss-3.0]
264 questions
1
vote
4 answers
WSS 3.0 Site Provisioning
Is there any way to do WSS 3.0 site provisioning? My client's requirement is attributes as variables that will be defined in XML format: Organization Name, Logo, Address, User and Role information. The client should be able to install this web…

Tejas
- 181
- 5
- 19
1
vote
0 answers
TFS 2008 - Users cannot upload files in project portal site
We have TFS 2008 installation for good 5 years and was stable until some thing bad happened. I used TFS BPA to fix the project creation issue and now there are no errors in event log.
But non administrator users cannot upload files from Visual…

Sanjay Zalke
- 1,331
- 1
- 18
- 25
1
vote
3 answers
Save checkbox value to a database when clicked?
I added a checkbox to my list, just like there is a checkbox in a People and Groups list:alt text http://img8.imageshack.us/img8/605/ss20090528093906.png
However in my list I want to save the selected value to database. But I have no idea how. I was…

Janis Veinbergs
- 6,907
- 5
- 48
- 78
1
vote
2 answers
Calculated field not working with examples from documentation
For example, I tried following example from documentation:
=TEXT(WEEKDAY([Column1]), "dddd")
But it won't work. Exception says there is a syntax error at UpdateField method. Well, i replaced Column1 with appropriate (localized) column value or…

Janis Veinbergs
- 6,907
- 5
- 48
- 78
1
vote
2 answers
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 data in diffrent tables. I want that this data is…

KirillX86
- 49
- 7
1
vote
1 answer
SharePoint web service reference, WSS 3.0, Visual Studio 2010, Authentication
When trying to access SharePoint WSS 3.0 server using the web services API the software service we are developing will hang anywhere between 30-60 seconds when making any call (pick anyone of them, it doesn't matter) against the server for the first…

nitefrog
- 1,760
- 6
- 31
- 59
1
vote
1 answer
Update Version History Programmatically
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 on save button.
Problem is even if I am not…

Govind
- 544
- 1
- 6
- 23
1
vote
1 answer
Formatting hyperlink as a picture in a custom list schema
In my custom list XML I added a few URL fields. one of them has to be displayed as a picture just like when you select "Format URL as: Picture" in the fields settings of the UI.
In the customList's schema.xml I haven't found any place where to…

teebot
- 1,089
- 2
- 12
- 25
1
vote
5 answers
Some SharePoint pages serve as http in https environment
I have a WSS 3.0 system using SSL where every page is supposed to be served as https. Almost all pages do come out as https, but in certain cases I click on a link and that brings up an http version of a page (which does not load). In those cases I…

strongopinions
- 3,917
- 3
- 25
- 28
1
vote
1 answer
Export a SharePoint Custom Content Type That Inherits from Contact to Outlook
I've created a custom content type that inherits from the built in Contact content type in WSS 3.0. When I create a list instance and assign my custom content type, there is no "Connect to Outlook" option like there would be if an end user created…

Lee Richardson
- 8,331
- 6
- 42
- 65
1
vote
3 answers
SharePoint - simplest solution and feature config to register a server control?
I would like to know what the XML is for the simplest feature and that will register a Server Control in the GAC, and add it the safe controls section of the web.config for the SharePoint site.
My assembly:
MyServerControl.dll (MyServerControl,…

Brian Lyttle
- 14,558
- 15
- 68
- 104
1
vote
2 answers
Is there a reliable way to find out last accessed date in MOSS 2007?
Site Usage report in Site Administration does not help. I also tried querying
the SQL Db to read daylastaccessed but that would not help. 'GetUsageData' method of the Object model only reads data for last 1 month and the "Most Recent Day" value is…

Ganesha
- 1,531
- 3
- 16
- 22
1
vote
1 answer
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 the rates now going up I need to increase that, but…

mikeds
- 187
- 3
- 11
1
vote
0 answers
ASP.net 4.0 Framework application embedded with in WSS 3.0
I have an ASP.NET 4.0 application running under WSS 3.0, and getting an error
Object reference not set to an instance of an object. at Microsoft.SharePoint.SPSecurity.get_UseMembershipUserKey()
at…

N Lavu
- 11
- 2
1
vote
1 answer
SharePoint - What Causes a Blank Screen When a Registered User Views a Page?
I have a fairly simple page in WSS3. It's basically a web part page with a custom webpart to display some text and a embedded video from Vimeo, a custom webpart to handle newsletter submissions (a simple form) and a couple of document libraries.
I'm…

Robert Dougan
- 307
- 5
- 16