Windows client crash NAV 2013 R2

vjacvjac Member Posts: 18
edited 2014-02-10 in NAV Three Tier
Hello,

I am experiencing a strange crash of Windows Client in NAV 2013 R2 when entering wrong date format in Datefilter fields ('12/31/2013' instead of '31/12/2013'). Version is 7.1.35473.0.
The eventviewer shows:
Type: System.ArgumentException
Message: value should be of type FilterValue
StackTrace:
     at Microsoft.Dynamics.Nav.Client.WinClient.ExceptionHandler.<>c__DisplayClass6.<DoRethrowWithCatchException>b__4()
     at Microsoft.Dynamics.Nav.Client.WinClient.NavClientErrorHandler.ExecuteAndCatchExceptions(Func`1 execute)
     at Microsoft.Dynamics.Nav.Client.WinClient.ExceptionHandler.DoExecute(Func`1 execute)
     at Microsoft.Dynamics.Nav.Client.WinClient.ExceptionHandler.DoRethrowWithCatchException(Exception exception, Boolean designMode)
Source: Microsoft.Dynamics.Nav.Client.WinClient
HResult: -2147024809
----------------------------------
Type: System.ArgumentException
Message: value should be of type FilterValue
StackTrace:
     at Microsoft.Dynamics.Nav.Client.Formatters.FilterLineEditFormatter.ValueToString(Object value, LogicalControl control, IFormatProvider formatProvider)
     at Microsoft.Dynamics.Framework.UI.FilterValueControl.get_StringValue()
     at Microsoft.Dynamics.Framework.UI.WinForms.StringControlAdapter.DisplayValue(LogicalControl logicalControl)
     at Microsoft.Dynamics.Framework.UI.WinForms.StringControlAdapter.OnUpdateValue()
     at Microsoft.Dynamics.Framework.UI.Windows.LogicalControlAdapter.UpdateValue()
     at Microsoft.Dynamics.Framework.UI.Windows.LogicalControlAdapter.PropertyChanged(Object sender, PropertyChangedEventArgs propertyChangedArgs)
     at Microsoft.Dynamics.Framework.UI.LogicalControl.OnPropertyChanged(PropertyChangedEventArgs e)
     at Microsoft.Dynamics.Framework.UI.FilterValueControl.SetObjectValue(Object value)
     at Microsoft.Dynamics.Framework.UI.FilterValueControl.TrySettingStringValue(String value)
     at Microsoft.Dynamics.Framework.UI.FilterValueControl.set_StringValue(String value)
     at Microsoft.Dynamics.Framework.UI.WinForms.StringControlAdapter.OnSaveValue()
     at Microsoft.Dynamics.Framework.UI.WinForms.FilterablePropertyAdapter.OnSaveValue()
     at Microsoft.Dynamics.Framework.UI.Windows.LogicalControlAdapter.SaveValue()
     at Microsoft.Dynamics.Framework.UI.WinForms.LogicalFormAdapter.CurrentFocusedAfterSave()
     at Microsoft.Dynamics.Framework.UI.WinForms.LogicalFormAdapter.ProcessNavigationKey(Keys keyData)
     at Microsoft.Dynamics.Framework.UI.WinForms.LogicalFormAdapter.BusinessForm_PreviewProcessDialogKey(Object sender, HandledPreviewKeyDownEventArgs e)
     at Microsoft.Dynamics.Framework.UI.WinForms.Controls.BusinessForm.OnPreviewProcessDialogKey(HandledPreviewKeyDownEventArgs e)
     at Microsoft.Dynamics.Framework.UI.WinForms.Controls.BusinessForm.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
     at Microsoft.Dynamics.Framework.UI.WinForms.LayoutPlaceholder.ProcessDialogKey(Keys keyData)
     at Microsoft.Dynamics.Framework.UI.WinForms.LayoutPlaceholder.ProcessDialogKey(Keys keyData)
     at Microsoft.Dynamics.Framework.UI.WinForms.LayoutPlaceholder.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
     at Microsoft.Dynamics.Framework.UI.WinForms.Controls.ExpanderBox.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)
     at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
     at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
     at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
Source: Microsoft.Dynamics.Nav.Client.UI
HResult: -2147024809
Do you know if there is a fix from MS from this?

Thank you,
vjac

Comments

  • fufikkfufikk Member Posts: 104
    Hi,

    found the same problem today... did you manage to find which hotfix resolves this issue?
  • fufikkfufikk Member Posts: 104
    ok, found it: kb 2907588
Sign In or Register to comment.