Welcome to MSDN Blogs Sign in | Join | Help

Maxime Bombardier - SharePoint Architecture & Development

Microsoft Certified Master (MCM) for SharePoint 2007 - MCS consultant based in Montreal and working primarily in eastern Canada.

October 2007 - Posts

The access control list on 12\template\layouts\web.config could not be modified when installing 941422
We ran across this while installing the KB941422 hotfix on a brand new farm : [SPManager] [ERROR] []: The access control list on C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\template\layouts\web.config could not be modified Read More...
(Updated) Visio Stencils for Sharepoint 2007 Site Structures documentation. Version 0.2.
I've worked a bit on the Visio Stencils I'm using for documenting Site Structures and I fixed the way "text" works with the Site Structure stencil. You can now simply double-click on it and the text will be correctly modified (not added over it) (note: Read More...
Missing Content Types association with variations - an STSADM extension solution
I ran into an issue the other day where all content for most pages where missing when viewing a "target variation" (I define a variation as "target" when it's not the source variation). After taking a closer look, we could see the titles and description, Read More...
You receive an error when you create a page, as a SharePoint Member, for the first time in a sub-site
We ran into a little issue the other day when using an account with only Member rights (yes yes, we are usually admins :)), we were creating a page for the first time in a sub-site and we were receiving a beautiful stack trace of nothingness. We refreshed Read More...
Programmatically create a site lookup column in SharePoint
We have automated almost everything about creating a "blank" publishing web site with landing pages, navigation parameters, even content pages. One thing we found out with Features or even code is that you cannot create a list with its GUID; it will be Read More...
Invalid date showing when using a FieldValue instead of a DateTimeField
We came across this bug lately where we had a EditModePanel in Display using a FieldValue to show the value of a DateTimeField and the time was always incorrect : it was off 4 hours (could be the GMT time but our Regional Settings are set to -5 with DST Read More...
Breadcrumbs and Web Content Management
There's a common misconception where some believes that a web site's breadcrumbs are supposed to show how the user got to a page (well the term "breadcrumb" could indeed misleading). Unfortunately, that can prove to be difficult in lots of cases such Read More...
Error after KB941422 : The specified SPContentDatabase has been upgraded to a newer version of SharePoint. Please upgrade this SharePoint application server before attempting to access this object.
After running the KB941422 on my personal MOSS Virtual Machine, I was getting this error in the Upgrade.log : The specified SPContentDatabase Name=SharePoint_AdminContent_a3efdc71-2455-4b12-8d44-6395d42c9070 Parent=SPDatabaseServiceInstance has been upgraded Read More...
Visio Stencils for SharePoint 2007 sites and servers
I've put up together a Visio 2007 stencil that I use for creating SharePoint Site Structures and architecture. Update : You can find an updated post with more pictures and updated stencils at http://blogs.msdn.com/maximeb/archive/2007/10/27/updated-visio-stencils-for-sharepoint-2007-site-structures-documentation-version-0-2.aspx Read More...
Content Deployment : The URL "Style Library/en-us" is invalid
I came across this error yesterday while testing a Content Deployment for a customer and had this error "The URL "Style Library/en-US" is invalid ..." with the stack trace mentioning that it was updating a File or Folder. The kind of message where you Read More...
Optional content/fields in SharePoint - quick solution
I had a discussion with a CMS/SharePoint consultant, Eric Fontaine, and he was asking me about having "Optional content" or fields in a MOSS environment; basically, the idea was to have a content section appear depending on the author. There was something Read More...
Small bug preventing from approving in French sites/variations (SharePoint)
One of my co-worker, Philippe Bédard , found a little bug last week that was preventing users to approve images in a French publishing web site. Basically, if you use the "View All Site" and navigate to a library that contains unapproved items, the contextual Read More...
My STSADM extension toolbox
Here's a listing of custom STSADM extensions myself and my coworkers have created. Feel free to ask questions regarding the namespaces for these. I'd like to thank those who contributed to this : Stéphane Perron, Louis Fournier, and Vincent Trépanier Read More...
Publishing Images are shown in encoded Html/text instead of showing the image - temporary solution
We came across a random issue lately where a publishing image (RichImageField) does not render correctly in display mode : it shows the IMG tag in Html encoded format rather than the actual image. We had this issue with both the OOB RollupImage as well Read More...
Page view tracker