Sorry for my english btw. I have trouble with adding service reference. It returns error:
The type 'WcfService1.Service1', provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations could not be found.
I tried solutions from this topic: WCF Service, the type provided as the service attribute values…could not be found
When I was trying to add service reference on my test project it worked properly, but then i tried to implement it into my main project and it returned this error. Next again i tried to add service reference in my test project but now it also doesn't work. This test project is completely clear. This is my Service1 markup.
<%@ ServiceHost Language="C#" Debug="true" Service="WcfService1.Service1" %>
I would understand everything but i don't know why it worked earlier on clean project, but now it doesn't work.
} }` and it compiles without errors?
– rene Aug 31 '19 at 08:13