Please Retry! or Refresh Page! Exception of type 'System.OutOfMemoryException' was thrown. at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.VisitJoinExpression(IList`1 inputs, DbExpressionKind joinKind, String joinString, DbExpression joinCondition)
at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.Visit(DbJoinExpression e)
at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.VisitInputExpression(DbExpression inputExpression, String inputVarName, TypeUsage inputVarType, Symbol& fromSymbol)
at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.VisitFilterExpression(DbExpressionBinding input, DbExpression predicate, Boolean negatePredicate)
at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.VisitInputExpression(DbExpression inputExpression, String inputVarName, TypeUsage inputVarType, Symbol& fromSymbol)
at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.Visit(DbProjectExpression e)
at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.VisitInputExpression(DbExpression inputExpression, String inputVarName, TypeUsage inputVarType, Symbol& fromSymbol)
at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.Visit(DbSortExpression e)
at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.VisitInputExpression(DbExpression inputExpression, String inputVarName, TypeUsage inputVarType, Symbol& fromSymbol)
at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.Visit(DbProjectExpression e)
at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.VisitExpressionEnsureSqlStatement(DbExpression e, Boolean addDefaultColumns, Boolean markAllDefaultColumnsAsUsed)
at System.Data.Entity.SqlServer.SqlGen.SqlGenerator.GenerateSql(DbQueryCommandTree tree, HashSet`1& paramsToForceNonUnicode)
at System.Data.Entity.SqlServer.SqlProviderServices.CreateCommand(DbProviderManifest providerManifest, DbCommandTree commandTree)
at System.Data.Entity.SqlServer.SqlProviderServices.CreateDbCommandDefinition(DbProviderManifest providerManifest, DbCommandTree commandTree)
at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition..ctor(DbProviderFactory storeProviderFactory, DbCommandTree commandTree, DbInterceptionContext interceptionContext, IDbDependencyResolver resolver, BridgeDataReaderFactory bridgeDataReaderFactory, ColumnMapFactory columnMapFactory)
at System.Data.Entity.Core.EntityClient.Internal.EntityProviderServices.CreateDbCommandDefinition(DbProviderManifest providerManifest, DbCommandTree commandTree, DbInterceptionContext interceptionContext)
at System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlanFactory.CreateCommandDefinition(ObjectContext context, DbQueryCommandTree tree)
at System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlanFactory.Prepare(ObjectContext context, DbQueryCommandTree tree, Type elementType, MergeOption mergeOption, Boolean streaming, Span span, IEnumerable`1 compiledQueryParameters, AliasGenerator aliasGenerator)
at System.Data.Entity.Core.Objects.ELinq.ELinqQueryState.GetExecutionPlan(Nullable`1 forMergeOption)
at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass41_0.b__1()
at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass41_0.b__0()
at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
at System.Data.Entity.Core.Objects.ObjectQuery`1..GetEnumerator>b__31_0()
at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Alumni_04B_Testimonials_List_OCMS2.Read_Data_List()EntityFramework.SqlServerSystem.Data.Entity.SqlServer.SqlGen.ISqlFragment VisitJoinExpression(System.Collections.Generic.IList`1[System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding], System.Data.Entity.Core.Common.CommandTrees.DbExpressionKind, System.String, System.Data.Entity.Core.Common.CommandTrees.DbExpression)