Archive for 'Management' Category
What is the meaning of “Limited Access” in SharePoint?
If you are wondering what is “Limited Access” in SharePoint and how does it affect you then here is the simple explanation: “Limited Access” in SharePoint means a user has an access to an item of the page specifically but not the whole SharePoint list. Normally, we don’t manage individual item permissions and list items normally inherit [...]
Continuous Integration of SharePoint Project by using TFS
SharePoint projects are some what special in the way they use assemblies and some time it is very difficult to setup your TFS build process for continuous integration. Today, SharePoint Developer Team has published an excellent step-by-step process to properly setup your TFS Build Process for SharePoint Projects. You can read the article here This article guides [...]
Solution: The Taxonomy feature (Feature ID “73EF14B1-13A9-416b-A9B5-ECECA2B0604C”) has not been activated
If you are trying to add a Managed Metadata type column and getting “The Taxonomy feature (Feature ID “73EF14B1-13A9-416b-A9B5-ECECA2B0604C”) has not been activated” error then here is the quickest way to enable the required feature by using following PowerShell cmdlet: Enable-SPFeature -id “73EF14B1-13A9-416b-A9B5-ECECA2B0604C” -url “YourSiteUrl”
SharePoint 2010 Service Pack 1 is out!
Today Microsoft has released the much awaited Service Pack 1 for SharePoint 2010 along with Office 2010. Along with many bug fixes and minor updates, here is a quick list of new functionality which SP1 will add in your SharePoint environment: For video display, you will now be able to select a frame as [...]
Download wsp solution file from SharePoint Farm
Here is a simple code to download the actual solution file from SharePoint Farm.
List of all SharePoint Back-End databases
List of all SharePoint Back-End databases
Quickest way to copy files from GAC
Quickest way to copy files from GAC!
Display filtered files list without creating new views
Here is the qucikest way to display list of files from a document library without creating new views
How to hide user name in Sharepoint Survey?
Here is the quickest way to hide the identity of the users who responded your SahrePoint Survey
How to solve "Unable to connect publishing custom string handler for output caching"
Here is the procedure to resolve “Unable to connect publishing custom string handler for output caching” error on your Sharepoint Server