【发布时间】:2011-08-21 00:51:56
【问题描述】:
这里的 studenDetailsList 是从包含 30,000 条记录的数据库中获取的
Var studentDetailsList;
Foreach ( var stDetails in studentDetailsList)
{
// Here i am inserting each student in to table
}
我收到错误了
未处理的类型异常 'System.StackOverflowException' 发生在 System.Data.Entity.dll 中
可能是什么问题?
谁能帮忙
【问题讨论】:
-
请注明错误来源..
标签: c# .net-3.5 asp.net-3.5 ado.net-entity-data-model