>

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

Unknown error during check in or check out

If you get an unknown error when you try to check in or check out your document in Microsoft Office SharePoint Server 2007, then it is possible that you have an incorrect installation of MOSS in your server.Try the following KB article, for a detailed …

Performance Testing tools for SharePoint 2007

There is no performance tool specific to SharePoint. When I was assigned the task of optimising a SharePoint site the search for a tool gave me very limited options. Codeplex’s Data Population tool could be useful for load testing. Other than tha…

GUID of ContentTypes using SPContentType

The following code snippet can be used to retrieve the GUID of the Content Types used in SharePoint. using (SPSite site = new SPSite(“http://servername:9000/Pages/Default.aspx”)){ using (SPWeb web = site.OpenWeb()) { SPContentT…

IsCurrentUserMemberOfGroup

The IsCurrentUserMemberOfGroup method of the SPWeb class can be used to check if the currently logged in user is a member of a group or not. This method will return a boolean value that will specify whether the current user is a member of the specified…

Programmatically retrieve Blocked File types in SharePoint

File types blocked by SharePoint can be retrieved using the SharePoint Object Model. The SPWebApplication.BlockedFileExtensions property will provide the file extensions that are blocked in SharePoint. This property returns a collection object that rep…

Associate a workflow

Set the tag in the metadata section to true in the workflow.xml file to associate a workflow for a document library with the Document Content Type. This will enable the workflow to be associated by default with all the document libraries of document c…

Cannot connect to content database error in SharePoint with Event ID 5617

If you encounter the traditional SharePoint cannot connect to database error, with the following from the EventViewer then, run the command “stsadm.exe -o upgrade -inplace -url http://{central%20administration%20site}/“This process may take…

SharePoint Solution Package deployment error

If you encounter an error of type “Error 102 An object of the type Microsoft.SharePoint.Administration.SPSolution named “SolutionPackageName” already exists under the parent Microsoft.SharePoint.Administration.SPFarm named &#…

Office 2003 Add-in Web Parts and Components in WSS 3.0

Microsoft Office Web Parts and Components is a collection of Web Parts, Web Part Page solutions, templates, and data retrieval services that work closely with Microsoft Office 2003 and Microsoft Windows SharePoint Services 2.0. These added features are…

SAP’s Webdav connector for WSS

WebDav is Web-based Distributed Authoring and Versioning Protocol. The Webdav connector is used to integrate SAP with Windows SharePoint Services. The Connector is a plugin that is available for download in the following Microsoft site http://www.micro…