In order to create the following section,
<section name="castle"
type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler,
Castle.Windsor" />
I downloaded and put the "CastelWindsorSchema" in my C drive (as it was suggested by the read-me file). I referenced it this way in the Web.Config: (I kept everything as it is because I create the dev and castle in the C drive)
<configuration xmlns="MyWindsorSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="MyWindsorSchema file://c:devcastlewindsor.xsd">
I m getting the following warning:
The element configuration in namespace MyWindsorSchema has invalid child element configSections in namespace MyWindsorSchema . List of possible elements expected: include, properties, facilities, components in namespace MyWindsorSchema .
The configSections tag, which comes right after the configuration tag, is highlighted in bleu.
Am I missing anyting??? Maybe I need to change "MyWindsorSchema" to something else???
Thanks for the help
Rich