Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I am running umbraco v.4.7.2, ucommerce v. 2.5.
I am getting the following error on the shop product detail page.
Exception information:
Exception type: FormatException
Exception message: Input string was not in a correct format.
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 CoreBrochurewareV1.usercontrols.ProductDetail.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Any ideas how to solve the issue?
Thanks in advance for your help.
Hmm Nothing here in the callstack indicates something about uCommerce beeing the problem. There seems to be a cast from a string to an integer on your control:
CoreBrochurewareV1.usercontrols.ProductDetail
What are you casting ?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Input string was not in a correct format - Product Detail Page
Hi,
I am running umbraco v.4.7.2, ucommerce v. 2.5.
I am getting the following error on the shop product detail page.
Input string was not in a correct format.
Exception information:
Exception type: FormatException
Exception message: Input string was not in a correct format.
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 CoreBrochurewareV1.usercontrols.ProductDetail.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Any ideas how to solve the issue?
Thanks in advance for your help.
Hmm Nothing here in the callstack indicates something about uCommerce beeing the problem. There seems to be a cast from a string to an integer on your control:
CoreBrochurewareV1.usercontrols.ProductDetail
What are you casting ?
is working on a reply...