Friends, I need to pass an array from classic asp to a dll made in .net, and in .net I wait for a string type [], how the hell do I do to pass that data from classic asp? Today I do it like this:
Dim ws
dim arreglo(0)
Set ws = Server.CreateObject("Stc.ConsumoWS")
ws.SolicitarDesafio 3, 3, "", "00115594605", arreglo
I get this error:
Error de Microsoft VBScript en tiempo de ejecución error '800a000d' No coinciden los tipos /PruebaStc/Default.asp, línea 22