Hi,

I'm getting this error with windsor WcfFacility...
"The component {0} exposes {1} services. Currently only single-service
components are supported by the facility."

I have 2 potentially misconfigured service.

public class GroupService : IGroupService

public class CompanyService : ICompanyService
...

[ServiceContract]
public interface IGroupService : IBaseService<GroupDto>

[ServiceContract]
public interface ICompanyService : IBaseService<CompanyDto>
....

on the other hand I have similarly coded service that is not in the
misconfigured array...

public class MemberService : IMemberService

[ServiceContract]
public interface IMemberService : IBaseService<MemberDto>


Where should I check to solve this?


Serdar
--
serdarb.com <http://www.serdarb.com>

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to