c# - Wcf CommunicationException MVC -
when call wcf services on mvc project, throws below exception, how can solve issue?
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
Comments
Post a Comment