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 "

enter image description here

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

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -