I have installed AliCommerce and added pages with the corresponding modules. When I go to the store admin page and click on one of the links I get and error saying:
Could not find section 'castle' in the configuration file associated with this domain.
[ConfigurationErrorsException: Could not find section 'castle' in the configuration file associated with this domain.]
Castle.Core.Resource.ConfigResource..ctor(String sectionName) +127
Castle.Core.Resource.ConfigResource..ctor() +11
Castle.Windsor.Configuration.Interpreters.XmlInterpreter..ctor() +26
AliSuite.Core.DependencyInjector.get_WindsorContainer() +78
AliSuite.Core.DependencyInjector.GetService(Type type) +11
AliSuite.Commerce.DomainModel.Common.ServiceLocator.x68d64c03d5f13036() +21
AliSuite.Commerce.DomainModel.Settings.AppSettingController.x5a1e8166aae23a28(Int32 x59fa4c20532d1d08) +25
AliSuite.Commerce.DomainModel.Settings.AppSettingController.GetSettingByName(Int32 portalId, String settingName) +17
AliSuite.Commerce.DomainModel.Settings.AppSettings.GetStringValue(String settingName) +13
AliSuite.Commerce.Web.Utilities.DNNStoreSettings.get_ThemeName() +58
AliSuite.Commerce.Web.Utilities.DNNStoreSettings.GetStyleSheet() +48
AliSuite.Commerce.Web.Common.CommerceBaseControl.GetStyleSheet() +26
ASP.desktopmodules_alicommerce_storeadmin_controls_storeadminmenus_ascx.__DataBindinglnkStyleSheet(Object sender, EventArgs e) +56
System.Web.UI.Control.OnDataBinding(EventArgs e) +99
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +92
System.Web.UI.Control.DataBind() +15
System.Web.UI.Control.DataBindChildren() +211
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
System.Web.UI.Control.DataBind() +15
System.Web.UI.Control.DataBindChildren() +211
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
System.Web.UI.Control.DataBind() +15
AliSuite.Commerce.Web.StoreAdmin.Catalog.ProductList.OnLoad(EventArgs e) +106
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6741
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242
System.Web.UI.Page.ProcessRequest() +80
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.default_aspx.ProcessRequest(HttpContext context) +4
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
When I add the castle section I get another error:
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized element.
Source Error:
Line 22: <section name="castle" type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor" />
Line 23: </sectionGroup>
Line 24: <castle>
Line 25: <properties>
Line 26: <!-- Required properties -->
Source File: C:\Domains\mysite.com\wwwroot\web.config Line: 24
Show Additional Configuration Errors:
Unrecognized configuration section castle. (C:\Domains\mysite.com\wwwroot\web.config line 100)
Can someone explain this "castle section" and tell me where I need to put it?
Any help would be great.