Category Archives: ASP.net

Sitecore ‘Redirect Manager’ module available on shared source.

Redirect Manager – A new shared source module made available for Sitecore 6.x Continue reading

Posted in ASP.net, C#, Sitecore, Sitecore 6 | 1 Comment

Sitecore LinkManager – Out of context link generation

Part two of Sitecore Linkmanager analysis builds upon part one with the added twist of removing the httpcontext, for example – a scheduled task. Continue reading

Posted in ASP.net, C#, Sitecore, Web development and programming | Tagged , | 1 Comment

Sitecore LinkManager – Multi-site configuration

An in-depth review of Sitecore’s url generation in a multi-site setup. After a brief summary of the basics this post dives into a complex multi-site configuration with different hostnames, subdomains, hostname wildcards and absolute urls. We successfully unravel each issue we find to arrive at a fully functioning cross-linked setup from each site context.
Continue reading

Posted in ASP.net, Sitecore, Web development and programming | Tagged , | Leave a comment

Sitecore Staging. Onwards and upwards.

There isn’t anything new here, more a case of just wrapping up some posts and tying some events together.

Posted in ASP.net, Sitecore, Sitecore 6 | 1 Comment

Problems with Sitecore and the staging module part 1.

Update April 2011: This post and part 2 are now irrelevant for Sitecore 6.x  See this post for details of important changes since this post was first published

Posted in ASP.net, Sitecore, Uncategorized, Web development and programming | 9 Comments

How to copy a project from VSS and remove bindings.

If you want to duplicate the solution to add to a new source control system.

Posted in ASP.net, Uncategorized, Web development and programming | Leave a comment

Sitecore with Gridview – rowupdating event doesn’t fire

Whenever using Databound server controls with Sitecore need to be aware that Sitecore  meddles with some controls. This nasty issue which can have you banging your head against the wall for hours (days?) has been previously blogged by Mark Cassidy but I guess … Continue reading

Posted in ASP.net, C#, DataBinding, Sitecore, Web development and programming | Tagged , | 3 Comments

GridView problem – Item has already been added. Key in dictionary: ‘Timestamp’ Key being added: ‘Timestamp’

In general ASP.net, this can be caused by calling DataBind() more than once on a databound control. Also be aware that this is influenced by automatic databind being on too. Relating this to Sitecore CMS, you should be aware that Sitecore ships … Continue reading

Posted in ASP.net, C#, Sitecore, Web development and programming | Tagged , , , , | Leave a comment

Sitecore – Could not load file or assembly System.Data.SQLite

After installing Sitecore v6, you get the following error when viewing the website or sitecore UI: Sitecore Could not load file or assembly ‘System.Data.SQLite, Version=1.0.48.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139′ or one of its dependencies. An attempt was made to load a program … Continue reading

Posted in ASP.net, C#, Sitecore, Web development and programming | Tagged , , | 4 Comments

Sitecore ContextItem.Database.SelectItems() and languages.

While poking around in the shared source RSS module for Sitecore, I found that several aspects of the “static feeds” feature loose language context during publishing. This only effects static feeds whereby the rss.xml file(s) are written to disk and linked-too … Continue reading

Posted in ASP.net, Sitecore | Tagged , , | Leave a comment