Pessoal,
Ao tentar adicionar a referência de um serviço, acontece a seguinte falha:
The type 'Project.ServicesCatalog.LocalizationsLibrary.LocalizationsService',
provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element
system.serviceModel/serviceHostingEnvironment/serviceActivations could not be found.
Observações: Em outros serviços, o problema não ocorre.
Foram criados 2 projetos.
1 - WCF Application
2 - WCF Library
No svc da prim. aplicação - markup está da seguinte forma:
<%@ ServiceHost Language="C#" Debug="true" Service="Project.ServicesCatalog.LocalizationsLibrary.LocalizationsService" %>