System.OutOfMemoryException with entity framework -


when refresh entity framework big table, system.outofmemoryexception.

is there better way refresh ef big tables? i'm using .net 3.5

like darin says refreshing of model not load of rows.

since refreshing model in code, suspect there may in code loading rows, or has infinate loop.

you can edit ef model directly opening file , editing xml. need carefull if this.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -