Copied to clipboard

Flag this post as spam?

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


  • Donald Burgess 9 posts 29 karma points
    Nov 05, 2009 @ 04:22
    Donald Burgess
    0

    Commerce for Umbraco problem

    I am new to Umbraco so please be patient. 

    When I attempt to exeute categorylist.aspx from the web browser I get the following error

    I have checked the DB tables dbo.CSK_Store_Category, dbo.CSK_Store_Product and the categories and products are listed.  However, the   dbo.CSK_Store_Product_Category_map table only has a record for the default product and category that comes with the package.

    Running as localhost Umbraco 4.0.2.1, Commerce for Umbraco beta 1.0 , IIS7, SQL Server Express 2005, Vista business

    Server Error in '/' Application.


    There is no row at position 0.

    Description: 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.IndexOutOfRangeException: There is no row at position 0.

    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.


    Stack Trace:

    [IndexOutOfRangeException: There is no row at position 0.]
    System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +1553670
    System.Data.RBTree`1.get_Item(Int32 index) +19
    System.Data.DataRowCollection.get_Item(Int32 index) +11
    CommerceForUmbraco.usercontrols.catalog.LoadPage() +119
    CommerceForUmbraco.usercontrols.catalog.Page_Load(Object sender, EventArgs e) +372
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
    System.Web.UI.Control.OnLoad(EventArgs e) +99
    System.Web.UI.Control.LoadRecursive() +50
    System.Web.UI.Control.LoadRecursive() +141
    System.Web.UI.Control.LoadRecursive() +141
    System.Web.UI.Control.LoadRecursive() +141
    System.Web.UI.Control.LoadRecursive() +141
    System.Web.UI.Control.LoadRecursive() +141
    System.Web.UI.Control.LoadRecursive() +141
    System.Web.UI.Control.LoadRecursive() +141
    System.Web.UI.Control.LoadRecursive() +141
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
  • Donald Burgess 9 posts 29 karma points
    Nov 06, 2009 @ 05:33
    Donald Burgess
    0

    I have found the solution to this problem

Please Sign in or register to post replies

Write your reply to:

Draft