Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Victoria Davidov 2 posts 22 karma points
    May 28, 2014 @ 12:41
    Victoria Davidov
    0

    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.


     

     

  • Morten Skjoldager 440 posts 1499 karma points
    May 30, 2014 @ 16:00
    Morten Skjoldager
    0

    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 ?

     

     

     

     

     

Please Sign in or register to post replies

Write your reply to:

Draft