Stock Trading and Other Things

Moneris Gateway integration in VB.NET? -  Stock Trading and Other Things
Translate to English Translate to German Translate to Spanish Translate to French Translate to Russian Translate to Dutch Translate to Italian Translate to Portuguese Translate to Japanese Translate to Korean Translate to Chinese Translate to Greek

Moneris Gateway integration in VB.NET?

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?

Public Comments