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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -