|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/12/2008 1:41:10 AM
Posts: 1,
Visits: 6
|
|
Below is the error I get and I can't get to the admin page to admin my store. Please help! Need it asap!
Server Error in '/' Application.
Attempted to divide by zero.
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.DivideByZeroException: Attempted to divide by zero.
Source Error:
Line 41: AverageSales = 0
Line 42: Else
Line 43: AverageSales = String.Format("{0:0.00}", TotalSales / AccountAge)
Line 44: End If
Line 45:
Source File: E:\app.buyitsellit.com\admin\Default.aspx.vb Line: 43
Stack Trace:
[DivideByZeroException: Attempted to divide by zero.]
System.Decimal.FCallDivide(Decimal& result, Decimal d1, Decimal d2) +0
System.Decimal.Divide(Decimal d1, Decimal d2) +89
admin_Default.Page_Load(Object sender, EventArgs e) in E:\app.buyitsellit.com\admin\Default.aspx.vb:43
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
|
|
|
|
|
Forum Guru
      
Group: Forum Members
Last Login: 7/8/2008 9:42:01 AM
Posts: 51,
Visits: 54
|
|
Hi Outlet!
I had had this same problem! Here's the trick - after you log in (and get the "nasty" page), put this in your address bar in your browser: http://app.buyitsellit.com/admin/products/ This will bypass the initial screen (your dashboard), and let you move around within your account. Did you, by chance, do a dummy order? (to see how things work?) I had done that, then got the same error as you. I went in (the way I mentioned above) and deleted the order. Then all was happy again! If you didn't do that, let me know what you did "different" before you logged out the last time (when it was happy).
~Tara Ann Funny & Naughty baby onesies: http://onesies.mybisi.com Ralph Lauren bedding: Custom made items: http://madeforyou.mybisi.com Factory made items: http://madeforyou.ecrater.com
|
|
|
|