Here studenDetailsList are getting from database which consists of 30,000 records
Var studentDetailsList;
Foreach ( var stDetails in studentDetailsList)
{
// Here i am inserting each student in to table
}
I am getting error has
An unhandled exception of type 'System.StackOverflowException' occurred in System.Data.Entity.dll
What could be the problem ?
can anybody help