Method Not Found

Method not found errors originate inside of .NET code when either your method name isn't correct (duh!) or when the parameters passed from FoxPro do not EXACTLY match the signature of the .NET method. This is more common than you might think because FoxPro often marshals .NET parameters - especially numeric values - in funky ways.

To troubleshoot this problem go into Reflector and examine the exact method signature of the method you are trying to call.

and examine each of the parameters that you are trying to pass.


© West Wind Technologies, 2004-2020 • Updated: 06/18/13
Comment or report problem with topic