for questions completely specific to Windows SharePoint Services 3.0
0
votes
3answers
134 views
custom document library web part with shared documents
I've been struggling a lot to create custom web part that looks similar to "Document library" in share point. I've tried several approaches but finally figured out it.
Here's my piece of code:
// ...
1
vote
2answers
326 views
I can send email to wss 3.0 document library inside my domain but cant send email from outside Please Help!
I have Windows server 2008 r2 box with wss 3.0 installed. I recently activated incoming email. First i installed SMTP Service in my server. After that i went to central admin-->operations-->Topology ...
1
vote
2answers
328 views
Remove Sharepoint RadioButtonChoiceField Focus on application page
I have an application page with a bunch of asp textbox controls and then a sharepoint RadioButtonChoiceField control. When the page loads it will always set focus to the RadioButtonChoiceField is ...
0
votes
2answers
41 views
WSS 3.0 Contributor Permissions can't delete folders
SPUtility.ValidateFormDigest();
SPSecurity.RunWithElevatedPrivileges(delegate()
{
SPSite siteColl = SPContext.Current.Site;
...
0
votes
2answers
254 views
Update to Service Pack 3 failed - PostSetupConfigurationTaskException
We have a wss 3.0 development farm in product version 12.0.0.6421, which means it is updated up to Service Pack 2. When trying to install Service Pack 3 for wss the following error shows up:
"An ...
0
votes
2answers
92 views
Use WSS 3.0 to connect to Sharepoint 2007
I have the Intranet on Sharepoint 2007 Standard and want to setup a separate server with Windows Sharepoint Services 3.0 that would mirror (Just view, no editing) a specific Site. Is this at all ...
0
votes
2answers
168 views
Does anyone know which database table Job Titles are stored in on WSS 3.0?
I need to edit the job titles of users in an installation of WSS 3.0. There doesn't seem to be an easy way of doing this as an administrator. Users can edit their own details via the ...
0
votes
2answers
630 views
Viewing an RSS feed within Sharepoint Services 3.0
On our intranet, we've got a small Sharepoint farm running a free instance of WSS 3.0. We'd really like to add RSS viewers displaying certain feeds on a couple of pages, but I've been told this is ...
0
votes
2answers
1k views
Connecting to InfoPath with UserGroup web service - “Unable to create a schema”
Using: InfoPath 2003, SharePoint 2007 WSS
I've tried Googling the problem and got nothing helpful, and this is my first time trying to use a web service to connect InfoPath and SharePoint, so bear ...
0
votes
1answer
20 views
WSS 3.0 List - Change default view
Is there a way to change the default view on a WSS 3.0 list (Survey)?
I tried
web.Lists[].DefaultViewURL = "\List\xxxyyy\custompage.aspx"
But DefaultviewURL looks like it is read-only.
Any ...
0
votes
1answer
24 views
Writing errors to the EventLog in WSS 3.0
How do you write to the event log in WSS 3.0? Can this be done?
0
votes
1answer
112 views
Central Admin CSS is messed up after upgrade to SharePoint 2010
I have just finished upgrading to SharePoint 2010 but my central admin doesnt have any pictures. It looks like the CSS is messed up.
Any ideas?
Many thanks
0
votes
1answer
117 views
Method not allowed (405) when deploying sharepoint 2007 (wss 3.0) solution from visual studio 2008
I am trying to set up a Windows 7/ Sharepoint 2007 (WSS) / Visual Studio 2008 box. Sharepoint is installed and running fine. I open VS2008 and create a Sharepoint Blank Site. I then try to deploy ...
0
votes
1answer
381 views
SharePoint Integration with Team Foundation Server
I am attemping to get SharePoint Portal integrations on Team Foundation Server 2010 x86 running with a standard single server installation on a WinServer w SP2. I can provide any and all information ...
0
votes
1answer
72 views
Usage analysis problem - wss
I have enabled usage analysis processing and logging on my wss central admin site and the status from the stsadm command is showing which means that it is enabled.
I can also see the logs are saved ...
0
votes
1answer
105 views
Empty tables in WSS 3.0 configuration database
I've been looking through the configuration database of our WSS 3.0 installation and I've noticed that the Databases, Servers, Sites, and VirtualServers tables are completely empty. And yet the site ...
0
votes
1answer
87 views
Add content to Web Part without reloading
I am developing a Search Web Part for a WSS 3.0 site in Visual Studio 2008. The user types in their search criteria, then clicks OK. In the Click event, I am iterating through every Site Collection in ...
0
votes
1answer
135 views
Authenticate wss 3.0 site programmatically
I have an asp.net app which has a hyperlink to a wss site, both sites are in same machine and same iis. When a user clicks that link he is prompted for windows authentication by iis for accessing the ...
0
votes
1answer
187 views
wss - list's custom editform lost the functionality of attach file
I have a added a Custom list form in editform.aspx page of sharepoint list, but by doing that the attach file button on the custom form is not working ?
Need help!
Thanks.
0
votes
1answer
234 views
Usage reporting for WSS 3.0
I want to rollup statistics on site usage, but all I have is WSS 3.0. This will be a one-time task, so I don't want over-think it too much. I am currently collecting usage data. Is that information ...