.NET, SharePoint and everything in between.

Aug 012009

Odd Error When Retrieving Items from an SPView

When attempting to retrieve items from an SPView programmatically, you cannot reference fields by name or by their ID.  Note, I’m using MOSS 2007 with SP2.  So here’s the code that causes the issue (and resulted in over 3 hours of wasted time)… Guid ...[Read More]

Published: 8/1/2009 | 2  Comments
Tagged as:

Jun 302009

Document Library Icons Missing

Here’s something to keep in mind as you provision document libraries inside SharePoint.  You can provision document libraries through both the web (site) and site (site collection) scoped features.  The way you would do this is through use of the Li ...[Read More]

Published: 6/30/2009 | 0  Comments
Tagged as:

Jun 262009

Kentucky .NET Group is Alive

Last night we had our re-kickoff meeting of the Kentucky .NET Group (kydotnet.org), based in Louisville, KY.  Chad Campbell a two-time MVP gave a great talk on Silverlight 3.0 Beta.  He showed how we will be able to take our Silverlight applications ...[Read More]

Published: 6/26/2009 | 0  Comments
Tagged as:

Jun 112009

Keep Site Definition IDs Unique

This recently bit me.  I had two different site definitions.  They had two different webtemp xml files, of course. Here’s the first one: <?xml version="1.0" encoding="utf-8" ?> <Templates xmlns:ows="Microsoft ...[Read More]

Published: 6/11/2009 | 0  Comments
Tagged as: SharePoint