- ARCHIVE / SharePoint & WSS
- WSPBuilder’s Preflight Check Failed
Deploying a SharePoint solution on a Windows Server 2008 using WSPBuilder may fail with on or more of the following messages: SharePoint is not installed on [machine] Microsoft Office Server is not installed on [machine] Microsoft SharePoint Services Administration is not running on [machine] Microsoft SharePoint Services Timer is not running on [machine] The Internet [...]
- The SharePoint 2010 Developer Dashboard
The Developer Dashboard available with SharePoint 2010 is a great tool for developers to get valuable insights about internal processes. Though not appropriate on a production machine it can help solving problems in environments where no debugger is available. By default the Dashboard is disabled. In this post I will introduce three methods to activate [...]
- SharePoint: Adding a Toolbar to Custom List Views
Some time ago I wrote about using an EditorPart for a custom list view web part to allow users to easily configure the web part. Apart from the public and private responses I’ve received so far I made a promise that has yet to be fulfilled: adding a toolbar for the ListViewByQuery instance. In this post I will finally show how to do that.
- SharePoint: Error Accessing Search Settings in SSP
Acessing the Search Service administration site for the first time might result in an error since there may be no SSL certificate issued for the host configured with the query/index/search role. This post illustrates how to fix the problem.
- Customizing application.master Without Breaking Things
In this post I want to illustrate how we can create a custom
application.masterwithout putting our farm into an unsupported state.
