In case you just installed SharePoint 2010 Service Pack 1, or one of the new August/September 2011 updates is giving…
Category Archives: Programming
a collection of software/web development resources
Quick tip: Troubleshoot “Your backup is from a different version of Windows SharePoint Services and cannot be restored to a server running the current version.”
If you’re trying to restore a SharePoint 2007 backup file of a site from one SharePoint installation to another, you…
How to: Troubleshoot “Error: Access Denied” SharePoint message
Say one of your users sends you a screenshot proving that they do not have access to a web site…
Quick tip: Troubleshoot “This row already belongs to another table” error message
If you’re working with Data Tables you might have tried to copy one table’s rows to another. However, using the…
How to: Debug SharePoint applications (attach to process).
First of all, you will need to turn off the custom errors. If you haven’t already done so, click here…
Quick tip: Add a “Create New Document” link on a page outside a document library in SP2007
If you want to display a link that allows you to create new items in a SharePoint 2007 document/form library,…
Quick tip: Publish an InfoPath 2010 form template for use with SharePoint (or, how to troubleshoot a malfunctioning web form)
I tried to publish an InfoPath template the other day and ran into an issue: my form was only being…
Quick tip: Add new property in SP2010 site collection property bag
The property bag of a site collection is a hashtable keeping key-value pairs. You can add as many as you…
How to: Deploy/Retract solutions to SharePoint through spsadm
So, everything is just fine when you use the DEPLOY command through Visual Studio to deploy your code to your…
How to: turn off SharePoint Custom Errors
When you deploy to SharePoint, you are likely to hit a page that informs you or an error pertaining to…