sharepoint2003

SPS 2003 Document library new standard view issue

When creating a new standard view on the SPS 2003 document library, only 3 records are displayed, and these are records that have previously been deleted, namely IDs 133, 159 and 579. does anybody face same type of issue or any suggession. ...

Does SharePoint 2003 support .NET 3.5 framework?

Hey everyone, I would like to know if there are any concerns that we should be aware of if we were to upgrade our SharePoint 2003 server to .NET 3.5. Does this version of SharePoint even support 3.5? Thanks in advance. Clint ...

can i expose SSMS 2005 Schema Change Report in sharepoint?

a schema change was made on a production server that generates feeds to our parters, removing two bytes from a field, which clobbered our partner's jobs. my boss wants a notification mechanism to propagate schema changes to everyone, but instead of writing something, id like to get the schema change history report exposed on sharepoint ...

Inheriting Web Part from both ICellProvider and ICellConsumer

Hi there. What I'm trying to accomplish is to make a series of 3 web parts. One that acts as a provider, second - consumer of a first web part and at the same time a provider for a third web part, third web part - consumer of the second. When overriding the EnsureInterfaces Method the second parameter is InterfaceType and I'm able to ent...

Dump all documents from Shareportal 2003

I need to get a list of all the documents in a SharePoint 2003 installation... how would I go about this? ...

How to find missing web part ?

Does anybody know how to find offending web part which causes this error ? “A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered on this site as safe.” I have inherited an old SharePoint 2003 portal site which uses custom web parts. I know what this error means. I also know ...

How do I automate access to an IIS website that has "require client certificates"?

Hi - I work on an IIS6/ASP.NET website that must "require client certificates" in the form of a smart card (specifically a Common Access Card). I need to create a few services to access various URLs on a timer to do things like update search indices, warm up Sharepoint pages, and other tasks. How can this be done, given that the sit...

How do I programmatically rename a Sharepoint directory (SPFolder or SPListItem)?

I have tried this: SPFolder folder = ...; folder.Item["Name"] = newName; folder.Item.Update(); And it behaves mysteriously. If I run it, it throws an exception: SPException: Cannot complete this action. HOWEVER, if I stop it in the debugger after the new Name assignment and before the Update(), and look at the properties of folde...