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.
|
By , on December 10th, 2007 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 …
By , on November 28th, 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…
By , on October 23rd, 2007 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…
By , on September 22nd, 2007 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…
By , on August 23rd, 2007 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…
By , on July 2nd, 2007 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…
By , on June 26th, 2007 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…
By , on June 18th, 2007 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 &#…
By , on June 17th, 2007 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…
By , on June 17th, 2007 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…
|
|