1

I want to call a function at c# side from flex side. But I got an error as below.

CallBack method="handleFaultReturn" arguments="[RPC Fault faultString="Could not find a suitable method with name SampleFunction" faultCode="Server.Processing" faultDetail="null"]"

Any idea? Thanks in Advance

4
  • 1
    can you post the error message?? Commented Oct 30, 2012 at 4:36
  • <CallBack method="handleFaultReturn" arguments="[RPC Fault faultString="Could not find a suitable method with name SampleFuntion" faultCode="Server.Processing" faultDetail="null"]"/> Commented Oct 30, 2012 at 4:37
  • there may be type miss match argument types(sending and recieving)... Commented Oct 30, 2012 at 6:21
  • Thanks for the reply. I got it. It was due to the access modifier of the function at ASP .net. Previously it was private. I changed it to public. Commented Oct 30, 2012 at 6:48

1 Answer 1

1

Thanks for the reply. I got it. It was due to the access modifier of the function at ASP .net. Previously it was private. I changed it to public.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.