Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Site Map generating errors in aspdnsf v 7.1.0.0

  1. #1
    td_sas is offline Member
    Join Date
    Jan 2009
    Posts
    42

    Question Site Map generating errors in aspdnsf v 7.1.0.0

    Hi:

    Our Sitemap.aspx page is generating errors - we have version 7.1.0.0 of the storefront with the phishing update added.

    There is no App Config for XmlPackage.SiteMapPage so the sitemap.aspx.cs page is using this code to generate the sitemap:

    Literal1.Text = new SiteMap1(base.EntityHelpers, SkinID, ThisCustomer).Contents;

    We do not know what is causing this page to error out - there is not a lot of code involved.

    Our Product base is 4508 products in our database.

    We need to know what is needed to correct this problem, modify code, update, etc...

    Thanks

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Can you elaborate on what errors you are getting (the full stack trace, a message on the page, links aren't working, site is crashing, etc..)? Is this the C# or VB version?
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    td_sas is offline Member
    Join Date
    Jan 2009
    Posts
    42

    Default

    We have the c# version - the page takes a long time, then gives an "out of memory" error.