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

Value was either too large or too small for an Int32.Couldn't store <2410192747> in Group Column. Expected type is Int32. #4

Open
rinehab opened this issue Aug 22, 2013 · 4 comments

Comments

@rinehab
Copy link

rinehab commented Aug 22, 2013

System.ArgumentException


Value was either too large or too small for an Int32.Couldn't store <2410192747> in Group Column. Expected type is Int32.


at System.Data.DataColumn.set_Item(Int32 record, Object value)
at System.Data.DataRow.set_Item(DataColumn column, Object value)
at System.Data.DataRow.set_Item(Int32 columnIndex, Object value)
at ZetaResourceEditor.RuntimeBusinessLogic.ExportImportExcel.Export.ExcelExportController.doProcess(PreparedInformation preparedInformation, BackgroundWorker bw, Int32 fileGroupsLength, ICollection`1 savedFiles) in c:\P\ZetaResourceEditor\Source\RuntimeBusinessLogic\ExportImportExcel\Export\ExcelExportController.cs:line 579
at ZetaResourceEditor.RuntimeBusinessLogic.ExportImportExcel.Export.ExcelExportController.Process(BackgroundWorker bw) in c:\P\ZetaResourceEditor\Source\RuntimeBusinessLogic\ExportImportExcel\Export\ExcelExportController.cs:line 307
at ZetaResourceEditor.UI.ExportImportExcel.ExcelExportWizardForm.progressBackgroundWorker_DoWork(Object sender, DoWorkEventArgs e) in c:\P\ZetaResourceEditor\Source\Main\UI\ExportImportExcel\ExcelExportWizardForm.cs:line 758
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

ArgumentException
{
Message="Value was either too large or too small for an Int32.Couldn't store <2410192747> in Group Column. Expected type is Int32.",
ParamName=null,
Data=
[
]
,
InnerException=OverflowException
{
Message="Value was either too large or too small for an Int32.",
Data=
[
]
,
InnerException=null,
TargetSite=RuntimeMethodInfo: ToInt32,
StackTrace=" at System.Convert.ToInt32(Int64 value)\r\n at System.Int64.System.IConvertible.ToInt32(IFormatProvider provider)\r\n at System.Data.Common.Int32Storage.Set(Int32 record, Object value)\r\n at System.Data.DataColumn.set_Item(Int32 record, Object value)",
HelpLink=null,
Source="mscorlib"
},
TargetSite=RuntimeMethodInfo: set_Item,
StackTrace=" at System.Data.DataColumn.set_Item(Int32 record, Object value)\r\n at System.Data.DataRow.set_Item(DataColumn column, Object value)\r\n at System.Data.DataRow.set_Item(Int32 columnIndex, Object value)\r\n at ZetaResourceEditor.RuntimeBusinessLogic.ExportImportExcel.Export.ExcelExportController.doProcess(PreparedInformation preparedInformation, BackgroundWorker bw, Int32 fileGroupsLength, ICollection`1 savedFiles) in c:\P\ZetaResourceEditor\Source\RuntimeBusinessLogic\ExportImportExcel\Export\ExcelExportController.cs:line 579\r\n at ZetaResourceEditor.RuntimeBusinessLogic.ExportImportExcel.Export.ExcelExportController.Process(BackgroundWorker bw) in c:\P\ZetaResourceEditor\Source\RuntimeBusinessLogic\ExportImportExcel\Export\ExcelExportController.cs:line 307\r\n at ZetaResourceEditor.UI.ExportImportExcel.ExcelExportWizardForm.progressBackgroundWorker_DoWork(Object sender, DoWorkEventArgs e) in c:\P\ZetaResourceEditor\Source\Main\UI\ExportImportExcel\ExcelExportWizardForm.cs:line 758\r\n at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)\r\n at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)",
HelpLink=null,
Source="System.Data"
}
-->Value was either too large or too small for an Int32.System.OverflowException


Value was either too large or too small for an Int32.


at System.Convert.ToInt32(Int64 value)
at System.Int64.System.IConvertible.ToInt32(IFormatProvider provider)
at System.Data.Common.Int32Storage.Set(Int32 record, Object value)
at System.Data.DataColumn.set_Item(Int32 record, Object value)

OverflowException
{
Message="Value was either too large or too small for an Int32.",
Data=
[
]
,
InnerException=null,
TargetSite=RuntimeMethodInfo: ToInt32,
StackTrace=" at System.Convert.ToInt32(Int64 value)\r\n at System.Int64.System.IConvertible.ToInt32(IFormatProvider provider)\r\n at System.Data.Common.Int32Storage.Set(Int32 record, Object value)\r\n at System.Data.DataColumn.set_Item(Int32 record, Object value)",
HelpLink=null,
Source="mscorlib"
}

@rinehab
Copy link
Author

rinehab commented Aug 22, 2013

Would love to have the 2.2.0.27 version until this is fixed. I cannot complete my work at this time.

@reisi007
Copy link

I reported the same as bug #5
Love to see the .27 as well

@reisi007
Copy link

reisi007 commented Sep 1, 2013

Hi,
I found the installer on my system and uploaded it. You may download it from here:
https://app.box.com/s/2xuimsml8yftfqa9p8hn

@rinehab
Copy link
Author

rinehab commented Sep 3, 2013

Thank you! That did the trick.

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

No branches or pull requests

2 participants