Hey all, as the title says I'm getting an unhandled exception error, I have searched the forums for this problem but none of them seem to be the same error that I'm receiving.
If VA has just started I can run voice commands with no issues at all, most times, but if I open the VA window and then click on edit profile, this is when the error first appears. If I then click continue and try using VA I get the same error continuously.
Now for things I have tried to resolve this issue, so what I have found is for some reason after my system has been shut down and restarted it seems to be corrupting the profiles. If I delete the profile and reimport my backup copy and then click on edit profile the profile opens normally and works fine, so just as long as I backup my profiles regularly it is a relatively simple fix, but is a little frustrating so I'm just wondering if the error message below gives anybody an idea of what could be causing this.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: The added or subtracted value results in an un-representable DateTime.
Parameter name: value
at System.DateTime.AddTicks(Int64 value)
at System.DateTime.Add(Double value, Int32 scale)
at ZeroFormatter.Internal.BinaryUtil.ReadDateTime(Byte[]& bytes, Int32 offset)
at ZeroFormatter.Formatters.DateTimeFormatter`1.Deserialize(Byte[]& bytes, Int32 offset, DirtyTracker tracker, Int32& byteSize)
at ZeroFormatter.DynamicObjectSegments.ZeroFormatter_Formatters_DefaultResolver.VoiceAttack.CommandAction2.get_DateContext1()
at VoiceAttack.CommandAction2.Copy()
at VoiceAttack.Command2.Copy(Boolean deepCopy)
at VoiceAttack.Profile2.Copy()
at VoiceAttack.frmMain.(String )
at VoiceAttack.frmMain.()
at VoiceAttack.frmMain.(Object , EventArgs )
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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)