Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutOfMemoryException when debuging #1

Open
marcelobateira opened this issue Oct 7, 2015 · 2 comments
Open

OutOfMemoryException when debuging #1

marcelobateira opened this issue Oct 7, 2015 · 2 comments
Assignees
Labels

Comments

@marcelobateira
Copy link

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

@OmarElabd
Copy link
Owner

Hi @marcelobateira, sorry to hear your having some issues.

It should generate a cs class for every sheet you have in your work book. in addition some helper classes which are very useful for working with serializing classes to excel.

Would you be able to provide me with the excel file you are a trying to generate classes for? I can take a look at it and try and figure out what the issue is.

@OmarElabd OmarElabd added the bug label Oct 7, 2015
@OmarElabd OmarElabd self-assigned this Oct 7, 2015
@guillaumejay
Copy link

I have the same problem. Are you still interested in fixing it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants