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 March 29th, 2010 Aparently there is a versioning limitation in SharePoint, where if you enable verisioning settings for any kind of a document library, sharepoint will limit the number of versions to exist with the number 255. Once the limit the reached SharePoint appa…
By , on September 16th, 2009 Reasons and fix for the issue are listed below It was observed that the search crawler has logged the following warning message, “Some parts of this document cannot be accessed” It was found upon that this message is displayed for the types of con…
By , on September 10th, 2009 I encountered this log when I was fixing the performance issues in a project. Upon further analysis, I came to know that the code was trying to access a list, but the thing is that the code was invoked from the Master Page. Ultimately when this piece o…
By , on September 9th, 2009 The wsp builder is a plug-in that adds a template in the visual studio. This tool can be download from the following link, http://wspbuilder.codeplex.com/releases/view/16820 The following are the steps for creating a solution package for list instance …
By , on September 5th, 2009 After you move a sharepoint database or relocate a sharepoint content database you may encounter the above mentioned error, where in it says that the access is denied for the current user. The workaround that I did was to go the physical location of…
By , on August 29th, 2009 The solution generator can be used to create list definitions and deployment package for the same. Steps to create a solution package for a list defintion, Open the Solution Generator, Select the list definition option and click next, Select the ̶…
By , on August 15th, 2009 The code for programmatically setting the moderation status to Approval for folders created in the publising pages library is as follows, it is assumed that the folder is being created already. Setting the folder approval status is vital as otherwise t…
By , on August 2nd, 2009 Sharepoint by default does not allow creating folders in the Pages library. Folders can be created using the explorer view in the Page Library and another is using custom development, by using a tool. The code for creating a folder in the Pages lib…
By , on July 30th, 2009 Item level permissions are implemented as per the business flow. It can be implemented in SharePoint 2007 either by implementing it as an event handler or a workflow. Depending on whichever way of implementation the following code segment can be used t…
By , on July 21st, 2009 Reasons as to when you may encounter this issue, It was observed that the document libraries and the lists use multiple content types which are not used by the system and thereby causing redundancy in data. Multiple content types in a list or a docume…
|
|