Yes the latest version of wwDotnetBridge supports only 10 parameters in InvokeMethod. You can use InvokeMethod_ParameterArray to pass more parameters.The next update will include an updated InvokeMethod that supports 24 parameters (foxpro's maximum) by default. In the meantime InvokeMethod_ParameterArray is the preferred way to do this.
Alternately you can also try invoking the method directly:
loProxy.oService.MyMethod(1,2,3..,n)
You should be able to pass any number of parameters to the method if you call it directly. As long as the method accepts FoxPro safe parameters you can always call it directly.
+++ Rick ---
I downolad latest version form this site and installed it. Version report release 1.25
Where does your version of wwdotnetbridge.dll come from? What product and when did you download it?
The proxy generator was updated a few days ago actually so if that's where it comes from, you should update it to the latest version.
+++ Rick ---
Hi.... I have noticed that in my version (shareware) of wwwDotNEtBridge there isn't fouction correspondi at invokeMethod with 13,14,15 parameters (that should exist form version 1.18 if i understand correctly)....
May be this the problem? outdated wwwDotNetBridge dll? .net reflector report 5.66 version...
thanks for help
Flavio