Unable to host WCF Service, Throwing an error as System.Threading.Tasks is not supported -
in vs 2013, setting wcf service. getting error " operation not supported in wcf test client because uses system.threading.tasks "
if synchronous methods working service working fine. problem having fact wcf test client not support methods return task, must either use synchronous methods built in client or write own client uses asynchronous methods test service..
there nothing can "fix" make wcf test client work asynchronous methods.
Comments
Post a Comment