Upon applying our latest UPD delivery (UPD13-16), we now have a custom IEE lobby that throws an exception:
An Unhandled Exception has occurred ---> System.FormatException: Input string was not in a correct format
How do I determine which lobby element is causing this error?
Here is the entire contents of the error as presented by IFS Enterprise Explorer (copy to clipboard)
Ifs.Fnd.FndSystemException: Explorer: An Unhandled Exception has occurred ---> System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at Ifs.Fnd.Data.FndNumberAttribute.Parse(String s)
at Ifs.Fnd.Explorer.Extenders.CompositePages.ViewModel.ListViewModel.<RefreshElement>b__1(FndDataTable result)
at Ifs.Fnd.Explorer.Extenders.CompositePages.DataBinding.SQLDataSource.<>c__DisplayClassa.<FetchData>b__2(FndDataTable table)
at Ifs.Fnd.Feature.FndQueuedBackgroundWorker.SelectCallBackWrapper(Func`2 callBack, FndDataTable results)
at Ifs.Fnd.Feature.FndQueuedBackgroundWorker.<>c__DisplayClass9.<InvokeSQLSelectCommand>b__5(FndDataTable table)
at Ifs.Fnd.Feature.FndBackgroundWorker.<>c__DisplayClass1.<InvokeSQLSelectCommand>b__0(FndDataTable table)
at Ifs.Fnd.Feature.FndBackgroundWorker.<>c__DisplayClass25`1.<BuildCallbackMethod>b__24()
at Ifs.Fnd.Feature.FndBackgroundWorker.bw_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
--- End of inner exception stack trace ---