<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">Blog posts by Ariansen</title><link href="http://world.optimizely.com" /><updated>2012-10-19T10:49:00.0000000Z</updated><id>https://world.optimizely.com/blogs/Ariansen/</id> <generator uri="http://world.optimizely.com" version="2.0">Optimizely World</generator> <entry><title>FIXED: Initialize action failed for Initialize on class EPiServer.Web.InitializationModule</title><link href="http://epiariansen.blogspot.com/2012/10/fixed-initialize-action-failed-for.html" /><id>&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;I just thought I&#39;d share an error I solved. The error is kind of hard to fix because there is very little clues to pinpoint where the error is located. You find the error and log from the solution on the bottom of the page.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;&lt;span style=&quot;color: black; font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;u&gt;Why I got this error&lt;/u&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Because of problems with versioning on assemblies in my bin folder I emptied the folder because all assemblies are populated using nuget modules. Because the modules I use, depends on the nuget packages EPiServer.CMS.Core (6.1.379.0) og EPiServer.Framework (6.2.267.1).&lt;/span&gt;&lt;br /&gt;&lt;h2&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;u&gt;Solution&lt;/u&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;Because the modules included these nuget packages I thought Episerver was installed completely, but after a long debugging time I found that 3 files where missing.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;The files that is not installed are:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;EPiServer.Licensing.dll &lt;br /&gt;EPiServer.Data.Cache.dll&lt;br /&gt;EPiServer.Shell.UI.dll.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;Why these files is not included, I don&#39;t know. I might be because the nuget packages have the version 6.1.379.0 and 6.2.267.1 while the files missing have the version 6.2.267.500. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;Additionally&amp;nbsp;there was connection problems with the database I used.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The error is as follows:&lt;br /&gt;&lt;h2 id=&quot;FIXEDInitializeactionfailedforInitializeonclassEPiServerWebInitializationModule-Objectreferencenotsettoaninstanceofanobject&quot; style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; border-bottom-color: rgb(145, 150, 153); border-bottom-style: solid; border-bottom-width: 1px; color: black; font-size-adjust: none; font-stretch: normal; font: bold 1.6em/normal Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin: 2em 0px 0.5em; orphans: 2; padding: 0px 0px 2px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;em&gt;Object reference not set to an instance of an object.&lt;/em&gt;&lt;/h2&gt;&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;strong&gt;Description:&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Exception Details:&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;/div&gt;&lt;div class=&quot;table-wrap&quot; style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; overflow: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;table class=&quot;confluenceTable&quot; style=&quot;background-image: none; border-collapse: collapse; border: 0px currentColor; clear: left; color: #333333; font-size: 10pt; font-weight: normal; line-height: 13pt; margin: 0px 0px 10px; padding: 0px;&quot;&gt;&lt;tbody&gt;&lt;tr class=&quot;confluenceTr&quot; style=&quot;background-image: none; color: #333333; font-size: 10pt; font-weight: normal; line-height: 13pt;&quot;&gt;&lt;td class=&quot;confluenceTd&quot; style=&quot;background-image: none; border: 1px solid rgb(221, 221, 221); color: #333333; font-size: 10pt; font-weight: normal; line-height: 13pt; margin: 0px; min-width: 0.6em; padding: 5px 7px; text-align: left; vertical-align: top;&quot;&gt;&lt;pre style=&quot;margin: 0px 0px 10px; overflow: visible; padding: 0px; text-align: left;&quot;&gt;[NullReferenceException: Object reference not set to an instance of an object.]&lt;br /&gt;   EPiServer.Data.DataInitialization.InitializeCacheProvider() +428&lt;br /&gt;   EPiServer.Data.DataInitialization.Initialize(InitializationEngine context) +113&lt;br /&gt;   EPiServer.Framework.Initialization.InitializationEngine.InitializeModules() +425&lt;br /&gt;   EPiServer.Framework.Initialization.InitializationEngine.Initialize(HostType hostType) +196&lt;br /&gt;   EPiServer.Framework.Initialization.InitializationModule.Initialize(HostType hostType) +266&lt;br /&gt;   EPiServer.Framework.Initialization.InitializationModule.FrameworkInitialization(HostType hostType) +86&lt;br /&gt;   EPiServer.Global..ctor() +89&lt;br /&gt;   EPiServer.Templates.Global..ctor() +28&lt;br /&gt;   ASP.global_asax..ctor() in c:\Users\ig01\AppData\Local\Temp\Temporary ASP.NET Files\root\e7cd8ab3\2f6a245a\App_global.asax.zgx075jk.0.cs:0&lt;br /&gt;&lt;br /&gt;[TargetInvocationException: Exception has been thrown by the target of an invocation.]&lt;br /&gt;   System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp;amp; canBeCached, RuntimeMethodHandleInternal&amp;amp; ctor, Boolean&amp;amp; bNeedSecurityCheck) +0&lt;br /&gt;   System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark&amp;amp; stackMark) +113&lt;br /&gt;   System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark&amp;amp; stackMark) +232&lt;br /&gt;   System.Activator.CreateInstance(Type type, Boolean nonPublic) +83&lt;br /&gt;   System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark&amp;amp; stackMark) +1136&lt;br /&gt;   System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +128&lt;br /&gt;   System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture) +18&lt;br /&gt;   System.Web.HttpRuntime.CreateNonPublicInstance(Type type, Object[] args) +60&lt;br /&gt;   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +260&lt;br /&gt;   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +296&lt;br /&gt;&lt;br /&gt;[HttpException (0x80004005): Exception has been thrown by the target of an invocation.]&lt;br /&gt;   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9873912&lt;br /&gt;   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101&lt;br /&gt;   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;br /&gt;Log4net reports that the error is:&lt;/div&gt;&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;Initialize action failed for Initialize on class EPiServer.Data.DataInitialization, EPiServer.Data, Version=6.2.267.1, Culture=neutral, PublicKeyToken=8fe83dea738b45b7&lt;br /&gt;System.NullReferenceException: Object reference not set to an instance of an object.&lt;/div&gt;&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;InitializationState: transition from Initializing to InitializeFailed.&lt;/div&gt;&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;Further information in the log:&lt;/div&gt;&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,664 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning AjaxMin, Version=4.42.4387.23950, Culture=neutral, PublicKeyToken=21ef50ce11b5d80f since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,667 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning Antlr4.StringTemplate, Version=4.0.6.9004, Culture=neutral, PublicKeyToken=null since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,669 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning Autofac.Configuration, Version=2.5.2.830, Culture=neutral, PublicKeyToken=17863af14b0044da since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,671 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning Autofac, Version=2.5.2.830, Culture=neutral, PublicKeyToken=17863af14b0044da since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,674 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning Brevity, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,676 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning Castle.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,678 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning dotless.Core, Version=1.3.1.0, Culture=neutral, PublicKeyToken=96b446c9e63eae34 since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,680 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning EcmaScript.NET.modified, Version=0.1.1.0, Culture=neutral, PublicKeyToken=7d53ba4f537753a5 since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,685 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning EPi247.TMCore.Templates.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,687 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning EPiServer.BaseLibrary, Version=6.1.379.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7 since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,690 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning EPiServer.ImageLibrary, Version=6.1.379.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7 since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,692 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning EPiServer.Implementation, Version=6.1.379.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7 since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,694 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning EPiServer.Log.Analyzers, Version=6.1.379.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7 since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,695 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning EPiServer.Log.Core, Version=6.1.379.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7 since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,697 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning EPiServer.Lucene, Version=6.1.379.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7 since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,698 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning EPiServer.Scheduler.WKTL, Version=5.1.422.4, Culture=neutral, PublicKeyToken=8fe83dea738b45b7 since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,701 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning EPiServer.XmlRpc, Version=6.1.379.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7 since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,703 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821 since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,705 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,706 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning serviceclient, Version=2.3.0.0, Culture=neutral, PublicKeyToken=da294bc4e1ae447d since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,709 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning App_global.asax.zgx075jk, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:29,711 DEBUG [27] EPiServer.Framework.Initialization.InitializationModule.get_Catalog - Not scanning App_Browsers.avnijcf_, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null since it lacks any refererences to MEF.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:30,717 INFO [27] EPiServer.Framework.Initialization.InitializationEngine.set_InitializationState - InitializationState: transition from PreInitialize to Initializing.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: #333333; display: inline !important; float: none; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;2012-10-18 11:32:30,737 ERROR [27] EPiServer.Framework.Initialization.InitializationEngine.InitializeModules - Initialize action failed for Initialize on class EPiServer.Data.DataInitialization, EPiServer.Data, Version=6.2.267.1, Culture=neutral, PublicKeyToken=8fe83dea738b45b7&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;h2 style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; background-image: none; color: #333333; font-size-adjust: none; font-stretch: normal; font: 13px/17.33px Arial, Helvetica, FreeSans, sans-serif; letter-spacing: normal; margin-bottom: 10px; orphans: 2; padding: 0px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&amp;nbsp;&lt;/h2&gt;</id><updated>2012-10-19T10:49:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Problems with XForms when upgrading to CMS 6 R2</title><link href="http://epiariansen.blogspot.com/2012/04/problems-with-xforms-when-upgrading-to.html" /><id>If you have problems with xforms read Paul Smiths blogpost:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/link/d33745e6992241fe8526460f3d9ba226.aspx&quot;&gt;Problems with XForms when upgrading to CMS 6 R2&lt;/a&gt;</id><updated>2012-04-11T10:31:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>ToMappedLink not working with special characters</title><link href="http://epiariansen.blogspot.com/2012/02/tomappedlink-not-working-with-special.html" /><id>When populating an asp repeater with links using &quot;ToMappedLink()&quot; title information will not decode special characters on title property. The browser will not show the special character.&lt;br /&gt;&lt;br /&gt;Links should therefore be written manually in order to render the title properly</id><updated>2012-02-15T10:16:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Spell checking in TinyMce.</title><link href="http://epiariansen.blogspot.com/2011/01/spelling-in-tinymce.html" /><id>On previos versions of Episerver, tinymce used Microsoft word for spell checking.&lt;br /&gt;In version 6 it is recommended to use plugins in the browser for spell checking.&lt;br /&gt;&lt;br /&gt;For Internet Explorer you have to install IEspell to enable spell checking:&lt;br /&gt;&lt;a href=&quot;http://download.cnet.com/ieSpell/3000-12512_4-10208550.html?part=dl-ieSpell&amp;amp;subj=uo&amp;amp;tag=button&quot;&gt;http://download.cnet.com/ieSpell/3000-12512_4-10208550.html?part=dl-ieSpell&amp;amp;subj=uo&amp;amp;tag=button&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For firefox users, spell checker is already installed, but for norwegian users&lt;br /&gt;you have to install norwegian dictionary:&lt;br /&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/norsk-bokm%C3%A5l-ordliste/&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/norsk-bokm%C3%A5l-ordliste/&lt;/a&gt; &lt;br /&gt;When this is installed, spell checking should be enabled when using right click &lt;br /&gt;in the tinymce editor.</id><updated>2011-01-18T10:21:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Access denied</title><link href="http://epiariansen.blogspot.com/2010/12/access-denied.html" /><id>Due to the change of operations service provider, our intranet didn&#39;t work no more.&lt;br /&gt;All our computers are registered in a new domain and all users have new usernames.&lt;br /&gt;&lt;br /&gt;Our intranet showed the error below saying &quot;Access denied&quot;. I tried to change access rights&lt;br /&gt;in web.config to the new domain groups and change access rights in Episerver admin to the new groups but nothing it didn&#39;t work.&lt;br /&gt;&lt;br /&gt;The resolution was to delete all old history of previous access rights and add &quot;[domain]\Domain Users&quot; instead to inherit to all subpages.&lt;br /&gt;&lt;br /&gt;The conclusion is that when access rights is corrupted it&#39;s best to start from scratch and add new user rights.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error message:&lt;br /&gt;&lt;h2&gt;&lt;em&gt;Access denied&lt;/em&gt; &lt;/h2&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, Helvetica;&quot;&gt;Description: &lt;/span&gt;&lt;/b&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Exception Details: &lt;/b&gt;EPiServer.Core.AccessDeniedException: Access denied&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt; &lt;br /&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; dir=&quot;ltr&quot; style=&quot;width: 624px;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#ffff00&quot; valign=&quot;middle&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;br /&gt;&lt;div dir=&quot;ltr&quot;&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;span style=&quot;font-family: Arial, Helvetica;&quot;&gt;&lt;br /&gt;&lt;b&gt;Stack Trace:&lt;/b&gt; &lt;/span&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; dir=&quot;ltr&quot; style=&quot;width: 624px;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#ffff00&quot; valign=&quot;middle&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;br /&gt;&lt;pre dir=&quot;ltr&quot;&gt;[AccessDeniedException: Access denied]&lt;br /&gt;   EPiServer.PageBase.GetPage(PageReference pageLink) +242&lt;br /&gt;   EPiServer.Web.WebControls.PageTreeData.GetExpandedPages(PageReference pageLink) +191&lt;br /&gt;   EPiServer.Web.WebControls.PageTreeData.get_OpenPages() +101&lt;br /&gt;   EPiServer.Web.WebControls.PageTreeData.get_OpenTopPage() +57&lt;br /&gt;   EPiServer.Web.WebControls.MenuList.CreateChildControls() +318&lt;br /&gt;   EPiServer.Web.WebControls.PageTreeData.DataBind() +269&lt;br /&gt;   Baktrappa.Templates.baktrappa.units.GlobalMenu.OnLoad(EventArgs e) +272&lt;br /&gt;   System.Web.UI.Control.LoadRecursive() +50&lt;br /&gt;   System.Web.UI.Control.LoadRecursive() +141&lt;br /&gt;   System.Web.UI.Control.LoadRecursive() +141&lt;br /&gt;   System.Web.UI.Control.LoadRecursive() +141&lt;br /&gt;   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;span style=&quot;font-family: Arial, Helvetica;&quot;&gt;&lt;br /&gt;&lt;/span&gt;</id><updated>2010-12-16T10:39:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Welcome to my Episerver blog</title><link href="http://epiariansen.blogspot.com/2010/12/welcome-to-my-episerver-blog.html" /><id>Welcome to my episerver blog.&lt;br /&gt;Here I will post relevant knowledge for my self regarding Episerver.</id><updated>2010-12-16T10:26:00.0000000Z</updated><summary type="html">Blog post</summary></entry></feed>