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

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -