Message in Portuguese (Brazil) (Português (Brasil))
A classe de serviço do tipo <var>Type Name</var> define um ServiceContract e herda um ServiceContract do tipo X. A herança de contrato só pode ser usada entre tipos de interface. Se uma classe está marcada com ServiceContractAttribute, ela deve ser o único tipo na hierarquia com ServiceContractAttribute. Considere mover ServiceContractAttribute no tipo X para uma interface separada que o tipo X implementa.
Unlocalized message
The service class of type <var>Type Name</var> both defines a ServiceContract and inherits a ServiceContract from type X. Contract inheritance can only be used among interface types. If a class is marked with ServiceContractAttribute, it must be the only type in the hierarchy with ServiceContractAttribute. Consider moving the ServiceContractAttribute on type X to a separate interface that type X implements.
Search by Google