Tag Archives: development

Administrators! Stop before deploying that custom code!

Even with no development knowledge, there’s a simple and quick tool that SharePoint administrators can run before deploying a solution package or web part to get some idea on whether it could cause instability your farm! It’s SPDisposeCheck and is … Continue reading

Posted in SharePoint | Tagged , , , , | Leave a comment

Showing the bulleted links list view

A user recently took quite a shine to this lovely bulleted view of links in the list view web part: They wanted all of their existing links list to be changed over to use this view. What makes this case … Continue reading

Posted in SharePoint | Tagged , , | Leave a comment

Debugging file locking in the GAC

Do you ever find that your solution files have been “successfully deployed” according to SharePoint, yet the updated code isn’t taking effect? Perhaps you are trying to debug but breakpoints aren’t being hit when normally there’s no problem. Yet for … Continue reading

Posted in SharePoint | Tagged , , , | 6 Comments

Programmatically retrieving the name of an SSP

This was asked on the new Stack Overflow programming questions site recently (which you should really check out and start using if you don’t already!). Getting the SSP name is something that I’ve needed to do to build the SSP … Continue reading

Posted in Project Server, SharePoint | Tagged , , , , | Leave a comment

Internal name vs display name

Anyone that’s done a reasonable amount of work with the SharePoint object model will soon come across its flaws. The one that I regularly come up against is when working with the SPField object that represents list columns. There are … Continue reading

Posted in SharePoint | Tagged , | 3 Comments

Project Server ItemSwapper control

ItemSwapper hasn’t been documented by Microsoft so its behaviour may change between service packs – use at your own risk! With the 2007 version, Project Server is now a SharePoint application. One of the best things about this is the … Continue reading

Posted in Project Server | Tagged , , | 4 Comments