I'm getting this error in my error log whenever I try to create an account:
Code:
AmberGUI [v101 build 3g] using v10199
8/22/2010 9:05:28 AM
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at AmberGui.guiForm.Button_AccountCreate_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
May I know what's wrong and how to fix it?