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: ASP.net
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
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