Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is a great article on how to implement table inheritance in SQL Server.
Date: 09/23/2009
https://technet.microsoft.com/en-us/office/sharepointserver/cc948709.aspx
Date: 06/09/2009
After migrating an ASP.NET 1.1 website to 2.0, I wanted to find out how much faster the new website...
Date: 05/07/2009
All this time, I've mistakenly thought that System.Web.Caching.Cache can only be used in web...
Date: 02/21/2009
I spent a couple of hours trying to figure out why I keep getting an exception with an error code of...
Date: 10/14/2008
Here's a useful script to reverse engineer object permissions...
Date: 10/11/2008
Follow these simple steps to encrypt sections of your configuration files 1. Create a custom...
Date: 10/09/2008
I was given a temporary development laptop with Vista installed. There are the usual development...
Date: 06/19/2008
Ever got the following parser error on one of your page layouts? Only Content controls are allowed...
Date: 05/23/2008
If your “content access” account doesn’t have permission to manage user profiles, then you may see...
Date: 05/22/2008
Have you seen an error with event ID 6875 in your Application Event Log? It looks like this: Event...
Date: 05/22/2008
I have two web sites on a MOSS farm. The first is reserved for authors and the second one is exposed...
Date: 05/13/2008
Before moving a content database from one farm to another, remember to prepare the database with the...
Date: 05/02/2008
I'm not sure about other developers, but I hate working with HTML. Here's an example why… I have a...
Date: 04/27/2008
Last week, I spent an all-nighter troubleshooting a Kerberos issue for a MOSS installation. Although...
Date: 04/14/2008
Ever got repeated “Attempted to read or write protected memory” messages on your MOSS servers? If...
Date: 04/09/2008
Does your MOSS installation generate the following error? The application-specific permission...
Date: 04/09/2008
I tried to create a web application today but got a vague unknown error message from SharePoint. I...
Date: 04/09/2008
Today, I tried to open a SharePoint document library in Explorer View but nothing come up but an...
Date: 04/06/2008
This page contains a convenient list of SharePoint content type IDs.
Date: 04/02/2008
SPWeb web = null;SPList list = null;// try to open the site...
Date: 03/04/2008
My client had two lists. First list (appropriately named “Lookup List”) contains a list of...
Date: 02/29/2008
If you've searched the web for articles on how to create custom web parts, then you will see some...
Date: 02/23/2008
I write a lot of custom code for MOSS. There are times when I need to save configuration settings...
Date: 02/19/2008
A few good blog entries that talk about SharePoint web parts and AJAX:...
Date: 02/17/2008
On a recent MCMS to MOSS conversion project, I had to convert some existing templates to page...
Date: 02/17/2008
Two great blog entries describing MOSS Content Deployment and how to configure it:...
Date: 02/16/2008
I spent a couple of nights working a custom web part for a client. The purpose of the web part is to...
Date: 02/10/2008
I ran into this problem the other day, and it took me a long time to figure this out. I figure I...
Date: 02/09/2008
I was asked to help one of my clients trouble shoot a problem in their MOSS environment one day....
Date: 02/09/2008