Posts Tagged ‘sharepoint’

While doing SharePoint development, we use a lot of pre- and post-build events in Visual Studio projects to do various things like build and deploy SharePoint solutions to our development environments, activate features automatically and other similar things to make the process of building solutions for SharePoint as automated as possible. One helpful way I’ve [...]

Tuesday, June 29th, 2010 at 12:59 | 0 comments
Categories: Visual Studio

I got an error code 158 today in a FeatureReceiver I had written while trying to delete a MasterPage in the FeatureDeactivated method.  I found this helpful blog post explaining the exact problem: http://blogs.msdn.com/ekraus/archive/2008/08/05/cannot-remove-file-error-code-158.aspx In short, the error code means the MasterPage is still in use on the site and so you can’t delete it.  [...]

Monday, March 22nd, 2010 at 12:18 | 0 comments
Categories: SharePoint

I was getting an error today while working on my company’s custom SharePoint theme on the webpart pages when in edit mode. In IE, you can move the webparts round between the different regions on the page by dragging the webpart headers around. To facilitate this, at some point along the line SharePoint calculates the [...]

Wednesday, November 18th, 2009 at 19:00 | 0 comments
Categories: Javascript, SharePoint
TOP