Hi Jon,
So I cannot check to see if the solution suggested will work as I cannot create the dictionary because the process for adding each row to the dictionary is failing.
So the process is as follow: -
- Spreadsheet is loaded into a datatable, Customers
- Create the dictionary.
- For each row in the datatable get the row details (item.ColumnName & Value)
- Add to the dictionary
So until item 3 can complete I cannot say if the solution suggested will work.
The error is shown when I run debug on the Main.xaml file.
This has not been changed from the Legacy except that in the new version it actually shows the Column and Value details whereas in the Legacy it shows just the Row details
