Here is the exception:
“Conversion from string “” to type ‘Double’ is not valid.”
Here is the line of code that that throws the exception (confirmed from stepping through in the debugger):
If LoanData.Item("ApplicationId") <> "" AndAlso LoanData.Item("ApplicationId") IsNot DBNull.Value Then
Any ideas?
did you try LoanData.Item(“ApplicationId”).toString()?