-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Hi,
I was trying to transform a simple excel file with 4 colunms and some records,
but when I'm debuging it gives me a {"Exception of type 'System.OutOfMemoryException' was thrown."}...
An exception of type 'System.Exception' occurred in 1gk1m5gf.dll but was not handled in user code
it stops at this line: <# CreateFile("ExcelHelper.cs");#>
It generates A DataSetAnnotations.cs and a ClassGenerator.cs only with "ErrorDebuggingTemplate"
Looking at the code I think it should generate more cs with the classes for the 4 columns?
Thanx
UPDATE: I think the erros is thrown at this line: return DataSetHelper.CreateDataSet(excelPath);