When you want to implement a custom stsadm for SharePoint, all you realy have to do is implement the Microsoft.SharePoint.StsAdmin.ISPStsadmCommand interface. Because I develop on a machine with no SharePoint installed, I (only) copy the assemblies I need to develop locally. For the stsadm command I...
After developing a custom Web Service to be hosted in SharePoint (based on this HowTo article on MSDN ) and deploying it on a testing environment, I got some entries in the EventLog over there, stating: " Unable to connect publishing custom string handler for output caching. IIS Instance Id is 'xxxxxxxxx'...
Getting the ModalPopupExtender from the Ajax Control Toolkit to work (decently) in SharePoint was not exactly a walk in the park. With a default SharePoint installation, the modal popup is partly positioned 'outside' of the page (you only see the bottom right part of the popup in the top left...
When updating (new and update) list items to the Lists.asmx sharepoint service, I received the following error: 0x81020014 One or more field types are not installed properly. Go to the list settings page to delete these fields. The resolution of the error was actually the opposite of the helpful suggestion...