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

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -