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 with an incorrect format. This is actually detailed in page 20 of the sitecore troubleshooting [...]
Archive for February, 2009
Sitecore – Could not load file or assembly System.Data.SQLite
Posted in ASP.net, C#, Sitecore, Web development and programming, tagged ASP.net, Sitecore, SQLite on February 3, 2009 | Leave a Comment »
Sitecore ContextItem.Database.SelectItems() and languages.
Posted in ASP.net, Sitecore, tagged Language, Sitecore, Sitecore API on February 2, 2009 | Leave a Comment »
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 directly. The processes is kicked-off my hooking into the publishing-end event. While the similar method [...]