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: Home Admin Page Question

  1. #1
    Sharona's Avatar
    Sharona is offline Member
    Join Date
    Jun 2006
    Posts
    41

    Default Home Admin Page Question

    I get this error in IE7 but not in Firefox. It occurs on the Admin Splash page. Anyone else seen this? I'm using Version 8

    DhjR8PYqF. Min axis range value cannot be greater than max axis range value.
    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: Telerik.Charting.ChartException: DhjR8PYqF. Min axis range value cannot be greater than max axis range value.

    Source Error:


    Line 2235: chartControl.Height = Unit.Pixel(plotHeight);
    Line 2236: chartControl.PlotArea.XAxis.AutoScale = false;
    Line 2237: chartControl.PlotArea.XAxis.AddRange(1, rangeMaxValue, 1);
    Line 2238: chartControl.PlotArea.YAxis.AxisMode = ChartYAxisMode.Extended;
    Line 2239:


    Source File: c:\Inetpub\wwwroot\orderhbh\Web\SFadm\splash.aspx. cs Line: 2237

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

    Default

    Haven't seen it before. Is this a page error coming from .NET? Have you implemented your own version of the Telerik controls, or are you using ours? Have you made any modificiations to the page or to that logic? It looks like the rangeMaxValue variable being passed to the AddRange method is < 1...
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    Sharona's Avatar
    Sharona is offline Member
    Join Date
    Jun 2006
    Posts
    41

    Default

    No Mods, just using your controls. It's only on a dev box right now, so I can see the page errors.