Skip to content

OutOfMemoryException when debuging #1

Description

@marcelobateira

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions