.NET, SharePoint and everything in between.

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

Jun 022009

Always Capitalize (all-caps) Boolean Values in CAML

So here I was, late at night, banging my head against the desk trying to figure out why my a custom field’s custom property wasn’t hiding when I clearly stated Hidden=”true”.  As it turns out, you need to specify the uppercase value for that boole ...[Read More]

Published: 6/2/2009 | 1  Comment
Tagged as: SharePoint