i received this error in the log when uploading the tab delimited file
<table class="gridViewTable" id="ctl00_ContentPlaceHolder1_lvwLogs_tableListView">
<tbody>
<tr>
<td>Error: 'System.FormatException: Input string was not in a correct format.</td>
</tr>
<tr>
<td>at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)</td>
</tr>
<tr>
<td>at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)</td>
</tr>
<tr>
<td>at System.Decimal.Parse(String s)</td>
</tr>
<tr>
<td>at DotShoppingCart.Commercial.OrderPipeline.BulkImportTaskProvider.Import(String host, Int32 bulkImportId, List`1 allLines) in C:\sites\DotShoppingCart\OrderPipeline\OrderPipeline\BulkImportTaskProvider.cs:line 127'</td>
</tr>
</tbody>
</table>
|