0 Entity Framework error on History Tab 2 Tommy Prater posted 8 Years Ago Could anyone lead me in the right direction of this error? I get it when trying to view the "History" tab of a profile:Exception in App_Code.tlgeo4oj MessageAn error occurred in Entity Framework when attempting to connect to your database. This could be caused by a missing 'MultipleActiveResultSets=true' parameter in your connection string settings. Stack Trace at RockWeb.Global.Application_Error(Object sender, EventArgs e)- EntityCommandExecutionException in EntityFramework Message An error occurred while reading from the store provider's data reader. See the inner exception for details. Stack Trace at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.HandleReaderException(Exception e) at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.StoreRead() at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext() at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at Rock.Model.GroupTypeService.GetAllCheckinGroupTypePaths() at RockWeb.Blocks.Checkin.AttendanceHistoryList.BindGrid() at RockWeb.Blocks.Checkin.AttendanceHistoryList.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)-- SqlException in .Net SqlClient Data Provider Message The statement terminated. The maximum recursion 100 has been exhausted before statement completion. Stack Trace at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.StoreRead()