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

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

SAP Web Service from .NET via WCF -