This site
The opinions expressed within this website are mine alone and do not represent the opinions of my employer or anyone else.Blogroll
Categories
-
Recent Posts
Recent Comments
- David Stöger on Sitecore ‘Redirect Manager’ module available on shared source.
- Christian Willumsen on Sitecore – Could not load file or assembly System.Data.SQLite
- Mark Ursino on Sitecore ‘Redirect Manager’ module available on shared source.
- Mark Cassidy on Sitecore LinkManager – Out of context link generation
- paulg on Problems with Sitecore and the staging module part 1.
Meta
Tag Archives: Sitecore
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
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 LinkManager, Sitecore
Leave a comment
Problems with the Sitecore 6 staging module part 2 – extranet user loses session
Update Dec 2010: See this post for details of important changes since this post for first published.
Posted in Sitecore, Sitecore 6, Web development and programming
Tagged CMS, Publishing, Sitecore, Sitecore 6, Sitecore API, Staging, staging module
1 Comment
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 ASP.net, automatic databind, databind(), gridview, Sitecore
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 ASP.net, Sitecore, SQLite
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