I'm trying to debug an API which works as follows :
The VB dll provides two different functions, which call two other different functions of a Visual C dll.
I've the problem Invalid callee with only one of them. This happens when the C dll returns any error message.
I trapped all the messages in my VB dll : they are all present. I can see all the messages that are returned by the C functions. But when I call those methods whith an ASP script, I got the message invalid callee on my browser.
I don't understand why this works properly with the first function, and not with the second one ??
The VB dll provides two different functions, which call two other different functions of a Visual C dll.
I've the problem Invalid callee with only one of them. This happens when the C dll returns any error message.
I trapped all the messages in my VB dll : they are all present. I can see all the messages that are returned by the C functions. But when I call those methods whith an ASP script, I got the message invalid callee on my browser.
I don't understand why this works properly with the first function, and not with the second one ??