I have created WCF web service and hosted as a window Service . I have tested the WCF web Service as a WCF Test Client and its working .Even after hosting as window service copy the url and tried in browser also working correctly but when i consume and added as a service reference i got error as "The communication object, System.ServiceModel.ChannelFactory`1[WCFClient.GSService.IGAService], cannot be used for communication because it is in the Faulted state."
ANYONE HELP ME