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 4 of 4

Thread: Buffer overflow at date check, see #6A5BFF

  1. #1
    deselt is offline Senior Member
    Join Date
    Mar 2009
    Posts
    100

    Default Buffer overflow at date check, see #6A5BFF

    getting error , anybody can help
    Buffer overflow at date check, see #6A5BFF. Contact your system administrator

    Line 58: else
    Line 59: {
    Line 60: using (XmlPackage2 m_P = new XmlPackage2(PackageName, ThisCustomer, ThisCustomer.SkinID, String.Empty, RuntimeParams, String.Empty, true))
    Line 61: {
    Line 62: try

    [Exception: Buffer overflow at date check, see #6A5BFF. Contact your system administrator]
    AspDotNetStorefrontCore.AppLogic.DateCheckTrinso() +210
    AspDotNetStorefrontCore.XSLTExtensionBase..ctor(Cu stomer cust, Int32 SkinID) +32
    AspDotNetStorefrontCore.XmlPackage2..ctor(String PackageName, Customer cust, Int32 SkinID, String UserQuery, String AdditionalRuntimeParms, String OnlyRunNamedQuery, Boolean UseExtensions) +1452
    AspDotNetStorefront.XmlPackageControl.Page_Load(Ob ject sender, EventArgs e) in d:\Web\WMRsuperstore\XmlPackageControl.ascx.cs:60
    System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp, Object o, Object t, EventArgs e) +25
    System.Web.Util.CalliEventHandlerDelegateProxy.Cal lback(Object sender, EventArgs e) +42
    System.Web.UI.Control.OnLoad(EventArgs e) +132
    System.Web.UI.Control.LoadRecursive() +66
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Can you give us some more info about what's prompting that? What page are you on, what were you trying to do, what mods have been made, etc? What locale is the store set to use?

  3. #3
    deselt is offline Senior Member
    Join Date
    Mar 2009
    Posts
    100

    Default Buffer overflow

    The store was working normally, just happened over night. When try access URL in home page. When I go to admin interface, I can log in but after hitting sign me in getting same error. I try access other pages, write directly url but its same. The store have US location.

  4. #4
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    Are the SQL Server locale settings and globalization settings set properly in the web.config? Also, did someone try to do something silly like change the SessionTimeoutInMinutes appconfig to an invalid value (such as 99999999999999999)? Both of those can cause an issue. Recommend contacting support if you can't locate the cause. They may need a DB backup to troubleshoot, or at least access to the DB.