Wcf Castle Windsor
问题 I am using the Wcf Facility, (windsor 2.5.2) latest version from github repo as of last week. how ever it is not working throwing the following error (when the service starts up) Could not find a base address that matches scheme http for the endpoint with binding WSHttpBinding. Registered base address schemes are []. here is the setup var container = new WindsorContainer(); container.AddFacility<WcfFacility>() .Register( Component.For<IUnitOfWork>().ImplementedBy<UnitOfWork>().LifeStyle