User395859275 posted
Hi all,
I am getting the below error from the server. It works fine in my local machine.
It was working fine before. I have deployed the new code last week after a long time.
.net version : 2.0
Exception Details: Castle.MicroKernel.ComponentNotFoundException: No component for supporting the service Models.Interfaces.ILog was found
Web config sections
<configSections>
<section name="castle" type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor" />
<section name="monorail" type="Castle.MonoRail.Framework.Configuration.MonoRailSectionHandler, Castle.MonoRail.Framework" />
</configSections>