Hi, i am currently working on integration of moneris payment gateway in vb .net language and getting following error related to HttpsPostRequest
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30002: Type 'HttpsPostRequest' is not defined.
Source Error:
Line 19: Dim crypt As String = "7"
Line 20:
Line 21: Dim mpgReq As New HttpsPostRequest(host, store_id, api_token, New Purchase(order_id, amount, card, exp, crypt), True)
Line 22:
Line 23: Try
Following items are already setup on server:
1) DLL installed
2) SSL installed
3) Port open for bidiectional communication
Is that possible for someone to help on that?