modulopedia wrote:
It should look like this (in case of having two GateWays GW1 and GW2: GW1Assembly, GW1Class; GW2Assembly, GW2Class
Take noke of the ";" between the two gatewayproviders and the "," between Assembly name and Class Name.
Also if the assemby and the class are named equally they will look odd, ..... but dont fail into deleting one of them ... because they look like they are repeated.
Goog Luck to everyone
InnerException: Index was outside the bounds of the array.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: NEvoWeb.Modules.NB_Store.GatewayWrapper.BuildGatewayArray
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Index was outside the bounds of the array. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array. at NEvoWeb.Modules.NB_Store.GatewayWrapper.BuildGatewayArray(Int32 PortalID) at NEvoWeb.Modules.NB_Store.GatewayWrapper.GetButtonHtml(Int32 PortalID, Int32 OrderID, String Lang) at NEvoWeb.Modules.NB_Store.CheckOut.AddBankGateway() at NEvoWeb.Modules.NB_Store.CheckOut.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
.....
...
..
.... I am very sure it is something stupid, a wrong setting, dot in the wrong place or something like that, but your help would be very much appreciated
Surely, just so anyone else knows this error is because of not correctly asigned pairs: (Assembly, Class) in the gateway.provider setting.It should look like this (in case of having two GateWays GW1 and GW2: GW1Assembly, GW1Class; GW2Assembly, GW2Class
Take noke of the ";" between the two gatewayproviders and the "," between Assembly name and Class Name.
Also if the assemby and the class are named equally they will look odd, ..... but dont fail into deleting one of them ... because they look like they are repeated.
Goog Luck to everyone