Can you fix this bug too
.. i chose sign up, entered my username and desired password, clicked the magic button and kaboom.. sorry
----
Server Error in '/idwtbh' Application.
The given key was not present in the dictionary.
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.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
Source Error:
Line 89:
Line 90: lblMaxDataDay.Text = maxDate.ToShortDateString();
Line 91: lblLastSpent.Text = thisUserData.DailySpent[maxDate].ToString();
Line 92: lblSuccessRate.Text = Rate.ToString().Substring(0,6) + "%";
Line 93: }
Source File: d:\Inetpub\sonofgwydion\idwtbh\Default.aspx.cs Line: 91
Stack Trace:
[KeyNotFoundException: The given key was not present in the dictionary.]
System.ThrowHelper.ThrowKeyNotFoundException() +28
System.Collections.Generic.Dictionary`2.get_Item(TKey key) +88
_Default.Page_Load(Object sender, EventArgs e) in d:\Inetpub\sonofgwydion\idwtbh\Default.aspx.cs:91
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.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053