|
Hi,
I have installed DNN 6.1.5. and the new dll file.
I also have installed NB-Store module from codeplex.
I have on a page the:
- nb-store cart module
- content de jour module.
When I have an article in the cart and change the amount in the cart, and click the recalculate button, then the content dejour module gives an error on the page.
See the error messages blow from the event vieuwer and page below.
Can this be resolved?
With regards, Ton Hermes
---------------------------------------------------
ModuleId: 590
ModuleDefId: 135
FriendlyName: ContentDejour
ModuleControlSource: DesktopModules/WESNet_ContentDejour/ViewContentDejour.ascx
AssemblyVersion: 6.1.5
PortalID: 0
PortalName: Webwinkel emailleer benodigheden
UserID: -1
UserName:
ActiveTabID: 65
ActiveTabName: Klanten Service
RawURL: /tabid/65/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://watermanshop.com/tabid/65/Default.aspx
UserAgent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Win64; x64; Trident/5.0)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: dcca8841-052e-4a13-822c-6e53f2b0e518
InnerException: Value cannot be null. Parameter name: String
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Number.StringToNumber
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: String ---> System.ArgumentNullException: Value cannot be null. Parameter name: String at System.Number.StringToNumber(String str, NumberStyles
options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at WESNet.DNN.Modules.ContentDejour.ViewContentDejour.Page_Load(Object sender, EventArgs e) ---
End of inner exception stack trace ---
Source:
Server Name: sknet148
------------------------------
Fout: ContentDejour is op dit moment niet beschikbaar.DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: String ---> System.ArgumentNullException:
Value cannot be null. Parameter name: String at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo
info) at WESNet.DNN.Modules.ContentDejour.ViewContentDejour.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace
|