Posted on: 6/25/2014 7:10:56 PM | Views : 406

I know this is somewhat out of whack, but i have a comobject that is registered on the server, i want to test sending some fields to it , gettting a response back, there is no visual studio project/solution GAC /references to the object:
imports System.Data imports System.Data.SQLClient imports USAePayCOMLib imports USAePayCOMLib.IUSAePayService '''' ''''all the sql code works good to this point
Dim service As USAePayCOMLib.IUSAePayService service = New USAePayCOMLib.USAePayService
service.GatewayUrl = "https://testyourpayment.usaepay.com/gate"
service.UpdateField("USAcommand", "cc:sale") service.UpdateField("USAkey", "8787878787878778") ''''' ...without VS environment, what can I do to get the object/class to be recognized?  ???? TJ

Go to the complete details ...