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

Email notification in google apps script -

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

python - How to run an executable file contained in a text file(hex of exe) -