WCF Service and Windows Service.
I'm developing aWCF Service hosted in aWindows Service, but when I run theClient (Console Application) it only communicates with theWindows Service but doesn't with theWCF Service because of that theClient doesn't do nothing, not even throw a exception.
I tried hosting theWCF Service inConsole Application and works perfectly and the configurations files of theConsole Host and theWindows Service are equal.
TheCodefile of theWindows Service is the same of the example of theHow to: Host a WCF Service in a Managed Windows Service from theMSDN Web Site.
Maybe there's one who can help.
Thanks a lot.

