Castle Windsor Cannot find my Service Type
问题 Trying to make use of the Castle Windsor IoC. I have a very simple application. My interfaces exist in Test.Services namespace. I get the following exception when compiling: "The type name Test.Services.IParse, Test.Services could not be located" This is my app.config: <configuration> <configSections> <section name="castle" type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor" /> </configSections> <castle> <components> <component id="HtmlTitleRetriever" type="Test