Browse by Tags
All Tags »
SharePoint (RSS)
I've been in some rather deep discussions on Enterprise features, so I thought I would share some findings on what they are, where they are, and what they do. First, there are three different Enterprise features that can be enabled within a farm. They
Read More...
While developing a custom feature receiver, I was attempting to delete a masterpage file from the MasterPage Gallery when I received an SPException with the message: " Cannot remove file "<filename>". Error Code 158 " Since I found no help on the
Read More...
Using PowerShell to support SharePoint has saved me quite a bit of time. I can do just about everything I would do in .NET, only without firing up Visual Studio just to check a property of a SPWeb object. I have compiled a collection of PowerShell functions
Read More...
We've all struggled with using VPCs for our SharePoint development. Thanks to Bamboo Solutions , we can now install WSS and MOSS on our host laptops running under Vista. Check out this page for steps on how to complete this. Downloads SQL Server Express
Read More...
I talk to many developers who are still using "xcopy" to deploy some of their SharePoint files to the 12 Hive (especially trust files and custom stsadm commands). It is well known that the manifest.xml file within a WSP can be configured to deploy assemblies
Read More...
Let's say you upgrade WSS 2.0 to WSS 3.0 and you've just installed MOSS 2007. You are now trying to create a new Shared Services Provider, but you immediately receive warnings at the top: No indexers To resolve this, you need to configure your search
Read More...
How to add the PeopleEditor (People Picker) control to your custom application development (ASPX, user controls, web parts, etc.) The control we are interested in is the Microsoft.SharePoint.WebControls.PeopleEditor control. First, we need to add a reference
Read More...