c# - Wcf CommunicationException MVC -


when call wcf services on mvc project, throws below exception, how can solve issue?

enter image description here

exception : operation not supported in wcf client because uses type helper.methodresponse

but there no exception inserting data. mean createuserwcf working.

exception : exception of type 'system.servicemodel.communicationexception' occurred in mscorlib.dll not handled in user code

enter image description here


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -