Archive for 'Management' Category

What is the meaning of “Limited Access” in SharePoint?

By namwar - Last updated: Saturday, October 22, 2011

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 [...]

Share

Continuous Integration of SharePoint Project by using TFS

By namwar - Last updated: Friday, August 26, 2011

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 [...]

Share

Solution: The Taxonomy feature (Feature ID “73EF14B1-13A9-416b-A9B5-ECECA2B0604C”) has not been activated

By namwar - Last updated: Thursday, July 21, 2011

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”          

Share

SharePoint 2010 Service Pack 1 is out!

By namwar - Last updated: Wednesday, June 29, 2011

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 [...]

Share

Download wsp solution file from SharePoint Farm

By namwar - Last updated: Sunday, October 10, 2010

Here is a simple code to download the actual solution file from SharePoint Farm.

Share

List of all SharePoint Back-End databases

By namwar - Last updated: Thursday, July 16, 2009

List of all SharePoint Back-End databases

Share

Quickest way to copy files from GAC

By namwar - Last updated: Saturday, May 30, 2009

Quickest way to copy files from GAC!

Share

Display filtered files list without creating new views

By namwar - Last updated: Sunday, March 15, 2009

Here is the qucikest way to display list of files from a document library without creating new views

Share

How to hide user name in Sharepoint Survey?

By namwar - Last updated: Tuesday, January 20, 2009

Here is the quickest way to hide the identity of the users who responded your SahrePoint Survey

Share

How to solve "Unable to connect publishing custom string handler for output caching"

By namwar - Last updated: Sunday, January 11, 2009

Here is the procedure to resolve “Unable to connect publishing custom string handler for output caching” error on your Sharepoint Server

Share