I spent about an hour looking at this but there's nothing obvious. My next step is compiling and debugging through the facility code, which seems to be overkill.
Anywho, my project uses the WCF facility which used to work fine with (Core+MicroKernel+Windsor). Upgrading to the git builds where it's just (Core+Windsor) seems to have broken it. It compiles, but when I try to hit the service I get the following: Service '###' has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because no service element matching the service name could be found in the configuration file, or because no endpoints were defined in the service element. It's very odd because if I manually add a new dummy service it works fine, but once I try to hook up my old services it blows up again. Everything is registered as a singleton, and there's no fancy overrides or anything. Anyone got any ideas? Thanks. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to castle-project-us...@googlegroups.com. To unsubscribe from this group, send email to castle-project-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.