How can I add one new page in nop commerce and work on that.......

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 yıl önce
Hi All,

I am using your nop commerce website data and in that I want add some pages with database connection.

I could not understand your code. from where you are calling store procedure and where is the code for database connection.have you made any .cs file for that

I have added one folder in Nop.BusinessLogic "ServiceProvider" in that I have added three .cs file .

and I am running the code that time I am getting error is that -

"Could not load file or assembly 'Payflow_dotNET' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))"

escription: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Payflow_dotNET' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Payflow_dotNET' could not be loaded.


Please tell me how can I solve this error.
13 yıl önce
I think you are missing reference to "Payflow_dotNET.dll". Under "Payment" folder, in "Nop.Payment.PayFlowPro" project check reference for Payflow_dotNET.dll
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.