Search
Archive
May 2013 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: Maintenance
Removing Visual Source Safe (VSS) from c# and vb projects and solutions
This is a PowerShell script that I use to remove all traces of source safe from vb or c# projects and solutions. This script behaves as follows – 1. The script acts recursively throughout a designated folder. 2. The script … Continue reading
Posted in .NET Development, SharePoint, Tips and Tricks
Tagged Development Environment, Maintenance, Source Control
Leave a comment
Increase the manageability of CEWPs using jQuery and a single list
A few days ago I was asked to take a look at a SharePoint site with a faulty web part. The fault was in a web part on a site home page used to display the site’s announcements. Easy I … Continue reading
Posted in SharePoint, SharePoint 2007, SharePoint 2010, Tips and Tricks
Tagged Maintenance, SharePoint, SharePoint 2010, Web Part
Leave a comment
Master page cannot be deleted due to page references.
When trying to delete a master page from the master page gallery you may receive – ‘This item cannot be deleted because it is still referenced by other pages’. You are sure that there are no pages referencing the master … Continue reading
Posted in .NET Development, SharePoint, Tips and Tricks
Tagged Content, Maintenance, SharePoint, delete
Leave a comment
Accessing the web part maintenance page
This one always gets me – I keep forgetting how to get to the web part maintenance page. This is exceedingly useful when you are developing web parts and need to get rid of a web part that is erroring (not that … Continue reading