diff --git a/Ronnbaret.Web/App_Data/Logs/UmbracoTraceLog.txt b/Ronnbaret.Web/App_Data/Logs/UmbracoTraceLog.txt index 436241d..95ddcc4 100644 --- a/Ronnbaret.Web/App_Data/Logs/UmbracoTraceLog.txt +++ b/Ronnbaret.Web/App_Data/Logs/UmbracoTraceLog.txt @@ -906,3 +906,79 @@ System.InvalidOperationException: Multiple nodes with the same URL '/' were foun at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode) at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode) 2013-05-17 10:44:00,055 [54] INFO Umbraco.Core.PluginManager - [Thread 53] Completed resolution of types of umbraco.BusinessLogic.Actions.IActionHandler, found 1 (took 2ms) +2013-05-17 15:59:54,346 [5] INFO Umbraco.Core.CoreBootManager - [Thread 1] Umbraco application starting +2013-05-17 15:59:54,361 [5] INFO Umbraco.Core.PluginManager - [Thread 1] Determining hash of code files on disk +2013-05-17 15:59:54,368 [5] INFO Umbraco.Core.PluginManager - [Thread 1] Hash determined (took 6ms) +2013-05-17 15:59:54,469 [5] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 13 (took 96ms) +2013-05-17 15:59:54,480 [5] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Models.IMacroPropertyType, found 0 (took 2ms) +2013-05-17 15:59:54,481 [5] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms) +2013-05-17 15:59:54,484 [5] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 1ms) +2013-05-17 15:59:54,491 [5] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 1ms) +2013-05-17 15:59:54,493 [5] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 1ms) +2013-05-17 15:59:54,567 [5] INFO Umbraco.Core.CoreBootManager - [Thread 1] Umbraco application startup complete (took 219ms) +2013-05-17 15:59:54,735 [5] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 3ms) +2013-05-17 15:59:54,895 [5] ERROR Umbraco.Core.PluginManager - [Thread 1] Error creating type umbraco.BusinessLogic.ApplicationRegistrar +System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for system.data: Column 'InvariantName' is constrained to be unique. Value 'System.Data.SqlServerCe.4.0' is already present. (C:\GitHub\Ronnbaret\Ronnbaret.Web\web.config line 55) ---> System.Data.ConstraintException: Column 'InvariantName' is constrained to be unique. Value 'System.Data.SqlServerCe.4.0' is already present. + at System.Data.UniqueConstraint.CheckConstraint(DataRow row, DataRowAction action) + at System.Data.DataTable.RaiseRowChanging(DataRowChangeEventArgs args, DataRow eRow, DataRowAction eAction, Boolean fireEvent) + at System.Data.DataTable.SetNewRecordWorker(DataRow row, Int32 proposedRecord, DataRowAction action, Boolean isInMerge, Boolean suppressEnsurePropertyChanged, Int32 position, Boolean fireEvent, Exception& deferredException) + at System.Data.DataTable.InsertRow(DataRow row, Int64 proposedID, Int32 pos, Boolean fireEvent) + at System.Data.Common.DbProviderFactoriesConfigurationHandler.DbProviderDictionarySectionHandler.HandleAdd(XmlNode child, DataTable config) + at System.Data.Common.DbProviderFactoriesConfigurationHandler.DbProviderDictionarySectionHandler.CreateStatic(DataTable config, Object context, XmlNode section) + at System.Data.Common.DbProviderFactoriesConfigurationHandler.CreateStatic(Object parent, Object configContext, XmlNode section) + at System.Data.Common.DbProviderFactoriesConfigurationHandler.Create(Object parent, Object configContext, XmlNode section) + at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.CreateSectionImpl(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentConfig, ConfigXmlReader reader) + at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.CreateSectionWithRestrictedPermissions(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentConfig, ConfigXmlReader reader) + at System.Configuration.RuntimeConfigurationRecord.CreateSection(Boolean inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentConfig, ConfigXmlReader reader) + at System.Configuration.BaseConfigurationRecord.CallCreateSection(Boolean inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentConfig, ConfigXmlReader reader, String filename, Int32 line) + --- End of inner exception stack trace --- + at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) + at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) + at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) + at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) + at System.Web.HttpContext.GetSection(String sectionName) + at System.Web.Configuration.HttpConfigurationSystem.GetSection(String sectionName) + at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey) + at System.Configuration.ConfigurationManager.GetSection(String sectionName) + at System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName) + at System.Data.Common.DbProviderFactories.Initialize() + at System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName) + at Umbraco.Core.Persistence.Database.CommonConstruct() + at Umbraco.Core.Persistence.Database..ctor(String connectionStringName) + at Umbraco.Core.Persistence.UmbracoDatabase..ctor(String connectionStringName) + at Umbraco.Core.Persistence.DefaultDatabaseFactory.CreateDatabase() + at Umbraco.Core.DatabaseContext.get_Database() + at umbraco.BusinessLogic.ApplicationRegistrar.<>c__DisplayClass9.<.ctor>b__4(XDocument doc) + at umbraco.BusinessLogic.Application.LoadXml(Action`1 callback, Boolean saveAfterCallback) + at umbraco.BusinessLogic.ApplicationRegistrar..ctor() + --- End of inner exception stack trace --- + at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) + at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) + at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) + at System.Activator.CreateInstance(Type type, Boolean nonPublic) + at System.Activator.CreateInstance(Type type) + at Umbraco.Core.PluginManager.CreateInstances[T](IEnumerable`1 types, Boolean throwException) +2013-05-17 15:59:54,900 [5] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.ITree, found 27 (took 3ms) +2013-05-17 15:59:54,929 [5] ERROR Umbraco.Core.PluginManager - [Thread 1] Error creating type umbraco.BusinessLogic.ApplicationTreeRegistrar +System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed. + at System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName) + at Umbraco.Core.Persistence.Database.CommonConstruct() + at Umbraco.Core.Persistence.Database..ctor(String connectionStringName) + at Umbraco.Core.Persistence.UmbracoDatabase..ctor(String connectionStringName) + at Umbraco.Core.Persistence.DefaultDatabaseFactory.CreateDatabase() + at Umbraco.Core.DatabaseContext.get_Database() + at umbraco.BusinessLogic.ApplicationTreeRegistrar.<>c__DisplayClass9.<.ctor>b__4(XDocument doc) + at umbraco.BusinessLogic.ApplicationTree.LoadXml(Action`1 callback, Boolean saveAfterCallback) + at umbraco.BusinessLogic.ApplicationTreeRegistrar..ctor() + --- End of inner exception stack trace --- + at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) + at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) + at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) + at System.Activator.CreateInstance(Type type, Boolean nonPublic) + at System.Activator.CreateInstance(Type type) + at Umbraco.Core.PluginManager.CreateInstances[T](IEnumerable`1 types, Boolean throwException) +2013-05-17 15:59:54,960 [5] INFO umbraco.BusinessLogic.Log - [Thread 6] Redirected log call (please use Umbraco.Core.Logging.LogHelper instead of umbraco.BusinessLogic.Log) | Type: Custom | User: 0 | NodeId: -1 | Comment: [UmbracoExamine] Adding examine event handlers for index providers: 3 +2013-05-17 15:59:55,047 [5] INFO umbraco.content - [Thread 6] Loading content from disk cache... +2013-05-17 15:59:56,674 [5] INFO Umbraco.Core.PluginManager - [Thread 6] Completed resolution of types of umbraco.XsltExtensionAttribute, found 0 (took 7ms) +2013-05-17 16:00:13,341 [5] INFO umbraco.BusinessLogic.Log - [Thread 6] Log scrubbed. Removed all items older than 2013-03-18 16:00:13 +2013-05-17 16:00:13,342 [5] INFO Umbraco.Core.UmbracoApplicationBase - [Thread 6] Application shutdown. Reason: BinDirChangeOrDirectoryRename diff --git a/Ronnbaret.Web/App_Data/TEMP/PluginCache/umbraco-plugins.hash b/Ronnbaret.Web/App_Data/TEMP/PluginCache/umbraco-plugins.hash index 5d7c73c..f99bbd6 100644 --- a/Ronnbaret.Web/App_Data/TEMP/PluginCache/umbraco-plugins.hash +++ b/Ronnbaret.Web/App_Data/TEMP/PluginCache/umbraco-plugins.hash @@ -1 +1 @@ --5978809719280085165 \ No newline at end of file +-1129708988566966267 \ No newline at end of file diff --git a/Ronnbaret.Web/App_Data/TEMP/PluginCache/umbraco-plugins.list b/Ronnbaret.Web/App_Data/TEMP/PluginCache/umbraco-plugins.list index 8e56205..3b5ff9e 100644 --- a/Ronnbaret.Web/App_Data/TEMP/PluginCache/umbraco-plugins.list +++ b/Ronnbaret.Web/App_Data/TEMP/PluginCache/umbraco-plugins.list @@ -1,8 +1,10 @@  + + @@ -12,8 +14,6 @@ - - diff --git a/Ronnbaret.Web/App_Data/Umbraco.sdf b/Ronnbaret.Web/App_Data/Umbraco.sdf index ce787c2..06769c7 100644 Binary files a/Ronnbaret.Web/App_Data/Umbraco.sdf and b/Ronnbaret.Web/App_Data/Umbraco.sdf differ diff --git a/Ronnbaret.Web/Ronnbaret.Web.csproj b/Ronnbaret.Web/Ronnbaret.Web.csproj index e14296f..4f13cd7 100644 --- a/Ronnbaret.Web/Ronnbaret.Web.csproj +++ b/Ronnbaret.Web/Ronnbaret.Web.csproj @@ -309,6 +309,23 @@ + + + + + + + + + + + + + + + + + @@ -386,6 +403,9 @@ + + + 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)