Browse by Tags

All Tags » deployment (RSS)

WSP Deployment scopes and the development lifecycle in large environments by Bas

At our company, we use sharepoint to host all of our websites. As SharePoint is quite scalable, this is of course no problem and the production farm can handle it easily. These websites need to be developed and be tested, before they can be deployed to...
Filed under: ,

Error when deploying WebTemplate: "Error occurred in deployment step 'Add Solution': Exception from HRESULT: 0x8107026E" by Bas

Recently I was working on a sandboxes solution, which included a WebTemplate ( Vesa "Vesku" Juvonen wrote a really nice post about it), but I couldn't deploy it, the followin error was displayed into Visual Studio 2010: Error occurred in...

Feature stapling used to execute code onSiteCreation by Bas

Some time ago I wanted to enable some features upon a siteCollection creation, but I couldnt find an eventhandler which allowed me to execute those actions. You could, of course, add or alter the ONET.XML for a new Template, but if you need to run code...