0
votes
WCF service unable to load referenced assemblies from the GAC
One thing you could try is using the fully qualified assembly name of your service. It is my understanding that when dealing to the GAC, that's the only way to go.
Apart from that, you coul …
0
votes
WCF - There was no endpoint listening at net.tcp://…/Querier.svc that could accept the message
When you browse to the service (http://myserver/SearchQueryService/Querier.svc), do you get any error messages?
I …
